1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-21 02:27:10 +03:00
mal/nim
Nicolas Boulenguez fc7f8a4b00 Move test of eval builtin to step6. Fix nim implementation.
The test makes more sense in step6.
Thanks to kanaka for the read-string suggestion.

Introduction of tail call optimization in step5 was making let* affect
the parent environment. This was partially fixed in later steps.

Introduction of macros in step8 was breaking the evaluation of an
empty list. This was fixed by step 9 but never backported.
2019-02-03 15:31:00 +01:00
..
tests Tests: move step5 non-TCO tests to per impl. 2016-03-14 23:39:21 -05:00
core.nim d, nim: Add number?, fn?, macro? 2017-10-16 21:56:21 +00:00
Dockerfile Fix unescaping in cs, hy, nim, objpascal, ps, rpython, vb 2017-09-28 07:40:47 -05:00
env.nim Adapt to new Nim devel compiler 2015-03-29 03:07:10 +02:00
Makefile Add dist targets to most implementations. 2016-02-24 00:33:20 -06:00
mal.nimble Make Nim implementation a bit nicer 2015-04-09 19:09:55 +02:00
nim.cfg Adapt to new Nim devel compiler 2015-03-29 03:07:10 +02:00
printer.nim All: fix read/print of \\, and \n 2015-10-30 22:05:49 -05:00
reader.nim Error on unterminated strings. 2019-01-25 16:16:06 -06:00
run Refactor to use run scripts, remove *_RUNSTEP 2016-05-18 22:29:18 -07:00
step0_repl.nim Nim: step0 2015-02-28 05:15:38 +01:00
step1_read_print.nim Nim: step1 2015-02-28 14:23:19 +01:00
step2_eval.nim Update Nim to 0.15.2, clean up compiler warnings 2016-10-28 12:02:21 +02:00
step3_env.nim Update Nim to 0.15.2, clean up compiler warnings 2016-10-28 12:02:21 +02:00
step4_if_fn_do.nim nim: Fix crash on literal empty list 2016-03-30 09:18:31 -04:00
step5_tco.nim Move test of eval builtin to step6. Fix nim implementation. 2019-02-03 15:31:00 +01:00
step6_file.nim Move test of eval builtin to step6. Fix nim implementation. 2019-02-03 15:31:00 +01:00
step7_quote.nim Move test of eval builtin to step6. Fix nim implementation. 2019-02-03 15:31:00 +01:00
step8_macros.nim Move test of eval builtin to step6. Fix nim implementation. 2019-02-03 15:31:00 +01:00
step9_try.nim Move test of eval builtin to step6. Fix nim implementation. 2019-02-03 15:31:00 +01:00
stepA_mal.nim Move test of eval builtin to step6. Fix nim implementation. 2019-02-03 15:31:00 +01:00
types.nim d, nim: Add number?, fn?, macro? 2017-10-16 21:56:21 +00:00