heptagon/compiler/global
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
..
clocks.ml Fixed problem in clocking 2010-07-26 15:34:46 +02:00
global_mapfold.ml Small tweaks on the hept_mapfold and comments. 2010-07-14 02:37:02 +02:00
idents.ml Refactoring Ident -> Idents ( uniform with Names etc ) 2010-07-23 19:45:19 +02:00
idents.mli Refactoring Ident -> Idents ( uniform with Names etc ) 2010-07-23 19:45:19 +02:00
initial.ml Add location and type to static exps 2010-07-08 15:20:25 +02:00
location.ml location change. Heptc works with menhir. 2010-07-21 15:15:57 +02:00
modules.ml Added alias for types (aka typedef) 2010-07-27 09:23:16 +02:00
names.ml Stricter mk_longname. 2010-07-19 12:02:29 +02:00
signature.ml Added alias for types (aka typedef) 2010-07-27 09:23:16 +02:00
static.ml Remove debug info 2010-07-16 14:16:31 +02:00
types.ml Added iterator fusion 2010-07-21 17:19:51 +02:00