Dépôt Heptagon avec modifications pour asynchrone
Find a file
Cédric Pasteur 0bb84532b9 Added a new static scoping pass
This pass transforms exps that should be static 
to Econst se. The regular scoping then only has
to check this case.

The conversion is done in a single traversal of
the AST (unlike the old solution).
2010-11-20 17:39:24 +01:00
compiler Added a new static scoping pass 2010-11-20 17:39:24 +01:00
examples Wrote wrapper macros for C interoperability. 2010-07-29 10:43:32 +02:00
lib New operator: modulo (written (%))! 2010-10-02 13:01:35 +02:00
test Added initialization bad tests and correct good/t1 2010-10-08 14:53:24 +02:00
tools Smart(er) heptc-c.sh script 2010-11-10 15:46:38 +01:00
.gitignore Updated .gitignore 2010-07-26 09:40:31 +02:00
heptc Hept Scoping should be ok and documented, 2010-09-09 19:48:20 +02:00