heptagon/compiler/minils
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
..
analysis Fixed problem in clocking 2010-07-26 15:34:46 +02:00
main Fixed problem in clocking 2010-07-26 15:34:46 +02:00
parsing Refactoring Ident -> Idents ( uniform with Names etc ) 2010-07-23 19:45:19 +02:00
transformations Clock refactoring. 2010-07-23 22:13:03 +02:00
_tags Moved sequential to compiler/ dir 2010-07-08 15:19:04 +02:00
minils.ml Added alias for types (aka typedef) 2010-07-27 09:23:16 +02:00
mls_mapfold.ml Schedule with the iterator and eqs/var_decs added in mapfold. 2010-07-14 03:45:38 +02:00
mls_printer.ml Added alias for types (aka typedef) 2010-07-27 09:23:16 +02:00
mls_utils.ml Clock refactoring. 2010-07-23 22:13:03 +02:00