Support multiple alternative case expressions.
authorMatthijs Kooijman <m.kooijman@student.utwente.nl>
Thu, 19 Feb 2009 10:26:25 +0000 (11:26 +0100)
committerMatthijs Kooijman <m.kooijman@student.utwente.nl>
Thu, 19 Feb 2009 10:26:25 +0000 (11:26 +0100)
commit1e30fe04f4c285970ad2d5e23930dd935b4214fa
treed6bccef1628c01d1571c2b8ef59bda656ffbf571
parentd704c6a23e75f563d4816a0e01219fa7a3be266c
Support multiple alternative case expressions.

Currently, only Bit expressions can be scrutinized.

This also enhances the SigDefs to support expressions (only comparison
with a literal currently) in unconditional definitions.
Flatten.hs
FlattenTypes.hs
Pretty.hs
Translator.hs
VHDL.hs