- Aug 06, 2012
-
-
pascal authored
-
Pascal Raymond authored
-
- Aug 03, 2012
-
-
Pascal Raymond authored
-
- Jul 14, 2012
-
-
pascal authored
-
Pascal Raymond authored
-
Pascal Raymond authored
et donc ne marchent plus !
-
- Jul 13, 2012
-
-
Pascal Raymond authored
IDENT remplacé par VAR_REF/CONST_REF - plus de node_exp dans les CALL, juste une ref (node_key) - reste a faire pareil pour les NodeStaticArgEff
-
pascal authored
qu'un noeud global avec param statique i.e. node toto<<node foo...>> quand il existe un node foo<< ...>> globalement (cf. nodeparam.lus)
-
- Jul 12, 2012
-
-
Pascal Raymond authored
-
Pascal Raymond authored
-
Pascal Raymond authored
-
- Jul 11, 2012
-
-
Pascal Raymond authored
importante du mecanisme de UnifyType : - fait : * definition de Eff.poly_match * TypeVar type_var au lieu de Any/Overload avec type_var = Any | AnyNum (pour l'instant et pour longtemps ?!) - à faire : * revoir UnifyType pour qu'il rende un poly_match * stocker là où c'est nécessaire les poly_match calculés lors du type check (pour les CALL et peut-être les sargs ?)
-
- Jul 10, 2012
-
-
Pascal Raymond authored
-
Pascal Raymond authored
-
Pascal Raymond authored
-
Pascal Raymond authored
-
- Jul 09, 2012
-
-
Pascal Raymond authored
-
Pascal Raymond authored
Plus facile à chercher !
-
- Jul 07, 2012
-
-
pascal authored
-
pascal authored
-
pascal authored
-
Pascal Raymond authored
-
- Jul 06, 2012
-
-
Pascal Raymond authored
-
Pascal Raymond authored
-
- Jul 04, 2012
-
-
Pascal Raymond authored
-
Pascal Raymond authored
-
Erwan Jahier authored
-
Pascal Raymond authored
-
Pascal Raymond authored
-
Pascal Raymond authored
-
Pascal Raymond authored
-
Pascal Raymond authored
-
- Jul 03, 2012
-
-
Pascal Raymond authored
- src + utils + tests au meme niveau - tout ce qui est provisoire dans obj
-
- Dec 05, 2011
-
-
Erwan Jahier authored
-
- Jun 01, 2011
-
-
Erwan Jahier authored
-
Erwan Jahier authored
parametric nodes (or predef iterators) are nested. Before, nested iterators were handles as follows : a source-level (i.e., not compiled) alias node was created on-the-fly, and then compiled. But this way to proceed was buggy for static args coming from nested iterators or nested parametric nodes. Now, I rely on Inline.iterators to get rid of iterators (the iterator inlining is now recursive).
-
- May 19, 2011
-
-
Erwan Jahier authored
not use the module name. Otherwise, names with "::" are created, and sometimes the lhs of the "::" does not even correpond to an existing module.
-
- Nov 03, 2010
-
-
Erwan Jahier authored
-
- Sep 29, 2010
-
-
Erwan Jahier authored
-
- Aug 19, 2010
-
-
Erwan Jahier authored
the includer file, instead of the compiling directory. Also, avoid loops when including files. Add a --nonreg-test option that prevent the compiler to print file name paths in error messages. Indeed, this change makes all file names absolute, which complicates the non-regression tests automatic perusal.
-