heptagon/compiler/main
Cédric Pasteur 02dd7fa124 Added alias for types (aka typedef)
For instance:
type metres = int
type metres = MyLib.longueur
type matrice = metres^10^100

Code generation in C (with typedef) included. The 
code uses the aliases for traceability.
2010-07-27 09:23:16 +02:00
..
hept2mls.ml Added alias for types (aka typedef) 2010-07-27 09:23:16 +02:00
heptc.ml Output MiniLS code before clocking when in verbose mode. 2010-07-22 11:12:58 +02:00
mls2obc.ml Added alias for types (aka typedef) 2010-07-27 09:23:16 +02:00