1
1
mirror of https://github.com/kanaka/mal.git synced 2024-11-09 18:06:35 +03:00
mal/impls/nim
Joel Martin 2dedaa3919 nim: exit on Ctrl-D in steps 1-8
step9 and stepA had a catch handler for this but the earlier steps were
missing it.
2024-08-28 09:35:42 -05:00
..
tests Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
core.nim Change quasiquote algorithm 2020-08-11 01:01:56 +02:00
Dockerfile dockerfiles: improve consistency, link python to python3 2024-08-05 17:02:34 -05:00
env.nim Merge eval-ast and macro expansion into EVAL, add DEBUG-EVAL 2024-08-05 11:40:49 -05:00
Makefile Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
mal.nimble Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
nim.cfg Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
printer.nim Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
reader.nim Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
run Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
step0_repl.nim Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
step1_read_print.nim nim: exit on Ctrl-D in steps 1-8 2024-08-28 09:35:42 -05:00
step2_eval.nim nim: exit on Ctrl-D in steps 1-8 2024-08-28 09:35:42 -05:00
step3_env.nim nim: exit on Ctrl-D in steps 1-8 2024-08-28 09:35:42 -05:00
step4_if_fn_do.nim nim: exit on Ctrl-D in steps 1-8 2024-08-28 09:35:42 -05:00
step5_tco.nim nim: exit on Ctrl-D in steps 1-8 2024-08-28 09:35:42 -05:00
step6_file.nim nim: exit on Ctrl-D in steps 1-8 2024-08-28 09:35:42 -05:00
step7_quote.nim nim: exit on Ctrl-D in steps 1-8 2024-08-28 09:35:42 -05:00
step8_macros.nim nim: exit on Ctrl-D in steps 1-8 2024-08-28 09:35:42 -05:00
step9_try.nim Merge eval-ast and macro expansion into EVAL, add DEBUG-EVAL 2024-08-05 11:40:49 -05:00
stepA_mal.nim Merge eval-ast and macro expansion into EVAL, add DEBUG-EVAL 2024-08-05 11:40:49 -05:00
types.nim nim: fix string? core function for the empty string 2021-12-11 09:52:02 -06:00