Greatly clean up Translator.
authorMatthijs Kooijman <m.kooijman@student.utwente.nl>
Wed, 11 Feb 2009 16:27:09 +0000 (17:27 +0100)
committerMatthijs Kooijman <m.kooijman@student.utwente.nl>
Wed, 11 Feb 2009 16:27:09 +0000 (17:27 +0100)
commit8325780f83f31cc3520029912d0797704d058d7e
tree204a74725a839fc1042e0d4a105299411a6a3c90
parent994e86628e807bd8f9f07482ec46b44446d17aa9
Greatly clean up Translator.

Translator now uses Flatten to flatten a function, but does not do
anything after that point yet. Some code is moved from Translator to the
new modules VHDL and TranslatorTypes, but a lot of other code is removed
(since it was duplicated in Flatten, or will be redone in VHDL).
Translator.hs
TranslatorTypes.hs [new file with mode: 0644]
VHDL.hs [new file with mode: 0644]