heptagon/compiler/global
Cédric Pasteur df12e081ae Refactored Misc
Created two new files: 
 - utilities/global/compiler_options.ml: contains
 the options that can be set using the cli
 - utilities/global/errors.ml: contains global
 errors definition

Misc now only contains helper functions that have 
nothing to do with the ast or the compiler.
2010-09-15 09:38:52 +02:00
..
clocks.ml Changed compile flags, and cleaned a bit. 2010-09-14 09:39:02 +02:00
global_mapfold.ml Refactored Misc 2010-09-15 09:38:52 +02:00
global_printer.ml Changed compile flags, and cleaned a bit. 2010-09-14 09:39:02 +02:00
idents.ml Identifiers only need to be unique inside a node 2010-09-13 15:20:09 +02:00
idents.mli Identifiers only need to be unique inside a node 2010-09-13 15:20:09 +02:00
initial.ml Refactored Misc 2010-09-15 09:38:52 +02:00
location.ml Hept Scoping should be ok and documented, 2010-09-09 19:48:20 +02:00
modules.ml Refactored Misc 2010-09-15 09:38:52 +02:00
names.ml Useful debug printing function. 2010-09-13 01:17:31 +02:00
signature.ml Hept Scoping should be ok and documented, 2010-09-09 19:48:20 +02:00
static.ml Fixed remainings non exhaustive patterns 2010-09-13 16:02:33 +02:00
types.ml Added Sfield to differentiate from Sconstructor. 2010-09-13 12:05:10 +02:00