Recursively normalize binds.
authorMatthijs Kooijman <m.kooijman@student.utwente.nl>
Fri, 19 Jun 2009 14:40:15 +0000 (16:40 +0200)
committerMatthijs Kooijman <m.kooijman@student.utwente.nl>
Fri, 19 Jun 2009 14:40:15 +0000 (16:40 +0200)
commitce21f6b5bc31049d9f663bab7c0f7984ccec5875
treeb968c40f504707376a06ca0fe7c6bf144339038e
parent91f8a87a34c9b4493bacda77b7df3c95951d3a67
Recursively normalize binds.

This allows for functions to use other (user-defined) functions, which
will then also get VHDL generated. Also restructures some code to make
this possible. In particular, the TranslatorState is now no longer used
(but not yet removed).
Normalize.hs
NormalizeTools.hs
NormalizeTypes.hs
Translator.hs