summary refs log tree commit diff stats
path: root/compiler/lambdalifting.nim
Commit message (Expand)AuthorAgeFilesLines
* bugfix: 'result' cannot be captured in a closureAraq2012-09-231-3/+4
* next steps to hygienic templatesAraq2012-08-201-11/+7
* first steps to make templates hygienicAraq2012-08-201-4/+5
* more bugfixes for closuresAraq2012-08-141-3/+5
* made tests green againAraq2012-08-141-1/+9
* top level closures should work; transf is not a pass anymore; next steps for ...Araq2012-08-131-29/+171
* idetools improvements; preparation of first class iterators; fixes #183Araq2012-08-021-1/+27
* next steps for closure consistency; fixes #176Araq2012-07-251-4/+7
* 'addSon' for types deprecated for 'int literal type' analysisAraq2012-07-091-5/+6
* dead code elimination for JS backend; JS improvements (but doesn't work yet)Araq2012-06-301-1/+1
* closure bugfixAraq2012-06-221-0/+7
* and another closure bugfixAraq2012-06-211-3/+5
* bugfixes for closuresAraq2012-06-211-1/+3
* somewhat working closuresAraq2012-06-191-13/+39
* next steps for full closure support (2)Araq2012-06-181-8/+6
* next steps for full closure supportAraq2012-06-181-126/+138
* tinterf.nim works nowAraq2012-06-171-5/+16
* simple example works againAraq2012-06-161-12/+29
* first implementation of new lambda liftingAraq2012-06-151-200/+370
* first steps to working closuresAraq2012-06-031-6/+20
* bugfix #100 againAraq2012-03-281-2/+1
* `do' keyword in the grammar for lambda blocksZahary Karadjov2012-02-101-2/+3
* bugfix: lambdalifting: addHiddenParamAraq2012-02-081-7/+1
* further steps for closure support; added 'system.rawProc', 'system.rawEnv'Araq2012-02-081-2/+4
* further steps for closure supportAraq2012-02-081-50/+77
* further steps for closure supportAraq2012-02-061-1/+2
* further steps to closure supportAraq2012-02-061-76/+107
* closure implementation: first stepsAraq2012-02-041-0/+201