heptagon/compiler/utilities/global
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
..
_tags Fixed problem with stdlib 2010-09-15 10:27:53 +02:00
compiler_options.ml Added more options for memalloc 2011-09-09 16:05:44 +02:00
compiler_utils.ml C backend ported to recent API changes in Obc 2011-03-09 09:46:00 +01:00
dep.ml Fix for dep when using linear types and automata 2011-09-07 17:27:58 +02:00
errors.ml Refactored Misc 2010-09-15 09:38:52 +02:00