1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-21 02:27:10 +03:00
mal/nim
2016-02-24 12:00:08 -06:00
..
core.nim nim: add seq and string? 2016-02-15 23:58:07 -06: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 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
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 d, nim, ps, tcl, vimscript: fix macro result evaluation 2016-01-22 13:48:07 -05:00
step9_try.nim d, nim, ps, tcl, vimscript: fix macro result evaluation 2016-01-22 13:48:07 -05:00
stepA_mal.nim Merge pull request #146 from dubek/fix-macro-eval 2016-01-26 14:16:55 -06:00
types.nim nim: add seq and string? 2016-02-15 23:58:07 -06:00