Merge pull request #358 from bjh21/bjh21-extra-tests
[jackhill/mal.git] / elm / Eval.elm
2018-06-24 Joel MartinMerge pull request #319 from chr15m/refactor-php-web...
2017-07-26 Joel MartinMerge pull request #271 from c0deaddict/master
2017-07-25 Jos van BakelElm: Removed usage of Env from step1 and step2
2017-07-25 Joel MartinMerge pull request #270 from c0deaddict/master
2017-07-25 Jos van BakelMerged master, resolved conflicts
2017-07-22 Jos van BakelElm step A: GC working
2017-07-18 Jos van BakelElm: GC almost working.
2017-07-09 Jos van BakelElm step A: implemented GC. MAL tests are failing..
2017-07-08 Jos van BakelElm step A: fixed Env ref counting, fixed unwinding...
2017-06-23 Jos van BakelElm step A
2017-06-20 Jos van BakelElm step 7-9
2017-06-18 Jos van BakelElm step 7: cons and concat
2017-06-18 Jos van BakelElm: Step 4-6 tests succeed
2017-06-15 Jos van BakelElm step 5: cleaning up a bit, add debug mode.
2017-06-14 Jos van BakelElm: step5 - TCO the theory
2017-06-11 Jos van BakelElm: step 4 - fns defined in mal + var args
2017-06-08 Jos van BakelElm: part 4 halfway finished. Hello Monads.