heptagon/compiler
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
..
global Added alias for types (aka typedef) 2010-07-27 09:23:16 +02:00
heptagon Added alias for types (aka typedef) 2010-07-27 09:23:16 +02:00
main Added alias for types (aka typedef) 2010-07-27 09:23:16 +02:00
minils Added alias for types (aka typedef) 2010-07-27 09:23:16 +02:00
obc Added alias for types (aka typedef) 2010-07-27 09:23:16 +02:00
utilities Refactoring Ident -> Idents ( uniform with Names etc ) 2010-07-23 19:45:19 +02:00
_tags Updates for Obc 2010-07-08 17:22:13 +02:00
Makefile Bug in the Makefile ? GENSOURCES removed from .depend dependencies. (circular issue) 2010-06-24 03:31:57 +02:00
myocamlbuild.ml myocamlbuild.ml fix for bytecode 2010-07-05 15:15:24 +02:00
preproc.ml Tabs, trailing ws and long lines shall receive no mercy! 2010-06-26 17:17:28 +02:00