1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-19 17:47:53 +03:00
mal/nim
Nicolas Boulenguez 14ab099cea gensym: hide the counter in an environment, define inc in stepA.
tests: check that `inc` is present in stepA.
nasm: split lines in mal_startup_string for readability.
objpascal: remove obsolete .orig file
swift: remove an unneeded line in template
swift4: remove duplicate definition of `or` macro
2019-05-11 16:37:26 +02: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 Convert to loccount based stats calculation. 2019-03-20 23:34:21 -05: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 gensym: hide the counter in an environment, define inc in stepA. 2019-05-11 16:37:26 +02:00
types.nim d, nim: Add number?, fn?, macro? 2017-10-16 21:56:21 +00:00