heptagon/compiler/main
Cédric Pasteur 4d912e9349 Added more options for memalloc
There is now three options for memory allocation:
  - -only-linear activates only the linear 
annotations (with typing and code generation)
  - -only-memalloc does only memory allocation
  - -memalloc does both

When linear typing is not activated, linearity 
annotations are ignored (the signature in the .epi
does not contain the annotations)
2011-09-09 16:05:44 +02:00
..
hept2mls.ml Made linearity field not optional 2011-09-07 17:51:31 +02:00
heptc.ml Added more options for memalloc 2011-09-09 16:05:44 +02:00
hepts.ml Code formating fixes (typos, tabs, spaces at endofline,...) 2011-05-26 15:56:59 +02:00
mls2obc.ml Type should be unaliased when expecting an array 2011-09-06 13:39:44 +02:00
mls2seq.ml Generate code from interface (.epi) files 2011-09-06 11:55:06 +02:00