1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 01:57:09 +03:00
mal/nim
2017-05-23 19:07:34 +02:00
..
tests Tests: move step5 non-TCO tests to per impl. 2016-03-14 23:39:21 -05:00
core.nim Update Nim to 0.15.2, clean up compiler warnings 2016-10-28 12:02:21 +02:00
Dockerfile Update to Nim 0.17.0 2017-05-23 19:07:34 +02: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 nim: fix tokenizer endless loop (and out-of-memory) on bad input 2015-12-04 15:35:39 -05: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 Update Nim to 0.15.2, clean up compiler warnings 2016-10-28 12:02:21 +02:00
step6_file.nim Update Nim to 0.15.2, clean up compiler warnings 2016-10-28 12:02:21 +02:00
step7_quote.nim Update Nim to 0.15.2, clean up compiler warnings 2016-10-28 12:02:21 +02:00
step8_macros.nim Update Nim to 0.15.2, clean up compiler warnings 2016-10-28 12:02:21 +02:00
step9_try.nim Update Nim to 0.15.2, clean up compiler warnings 2016-10-28 12:02:21 +02:00
stepA_mal.nim Go, Kotlin, Nim, ObjC, RPython: update Dockerfiles. 2017-02-11 00:12:37 -06:00
types.nim nim: add seq and string? 2016-02-15 23:58:07 -06:00