1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 10:07:45 +03:00
mal/nim
2015-11-23 15:48:56 -05:00
..
core.nim Nim: Fix hash map behaviour when key is not in it 2015-11-23 15:41:23 +01:00
Dockerfile nim: update Dockerfile to use version 0.12 2015-11-23 15:48:56 -05:00
env.nim Adapt to new Nim devel compiler 2015-03-29 03:07:10 +02:00
Makefile All: show comments with stats target. 2015-10-26 22:33:49 -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 All: fix read/print of \\, and \n 2015-10-30 22:05:49 -05: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 Adapt to new Nim devel compiler 2015-03-29 03:07:10 +02:00
step3_env.nim Adapt to new Nim devel compiler 2015-03-29 03:07:10 +02:00
step4_if_fn_do.nim Adapt to new Nim devel compiler 2015-03-29 03:07:10 +02:00
step5_tco.nim Adapt to new Nim devel compiler 2015-03-29 03:07:10 +02:00
step6_file.nim Adapt to new Nim devel compiler 2015-03-29 03:07:10 +02:00
step7_quote.nim Adapt to new Nim devel compiler 2015-03-29 03:07:10 +02:00
step8_macros.nim Adapt to new Nim devel compiler 2015-03-29 03:07:10 +02:00
step9_try.nim Adapt to new Nim devel compiler 2015-03-29 03:07:10 +02:00
stepA_mal.nim Adapt to new Nim devel compiler 2015-03-29 03:07:10 +02:00
types.nim Fix and clean up Nim implementation 2015-03-04 15:43:18 +01:00