1
1
mirror of https://github.com/kanaka/mal.git synced 2024-10-27 14:52:16 +03:00
mal/impls/python.2
Joel Martin 0d32585d6b python.2: fix self-host by adding fn?, macro?.
Also add number? and string? which aren't technically required for
self-host but are easy to implement.
2024-08-14 13:24:37 -05:00
..
tests Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
.gitignore Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
core.py python.2: fix self-host by adding fn?, macro?. 2024-08-14 13:24:37 -05:00
Dockerfile Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
env.py 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_types.py Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
reader.py python.2: add with-meta reader macro 2024-08-03 11:32:58 -05:00
run Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
step0_repl.py Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
step1_read_print.py Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
step2_eval.py Merge eval-ast and macro expansion into EVAL, add DEBUG-EVAL 2024-08-05 11:40:49 -05:00
step3_env.py Merge eval-ast and macro expansion into EVAL, add DEBUG-EVAL 2024-08-05 11:40:49 -05:00
step4_if_fn_do.py Merge eval-ast and macro expansion into EVAL, add DEBUG-EVAL 2024-08-05 11:40:49 -05:00
step5_tco.py Merge eval-ast and macro expansion into EVAL, add DEBUG-EVAL 2024-08-05 11:40:49 -05:00
step6_file.py Merge eval-ast and macro expansion into EVAL, add DEBUG-EVAL 2024-08-05 11:40:49 -05:00
step7_quote.py Merge eval-ast and macro expansion into EVAL, add DEBUG-EVAL 2024-08-05 11:40:49 -05:00
step8_macros.py Merge eval-ast and macro expansion into EVAL, add DEBUG-EVAL 2024-08-05 11:40:49 -05:00
step9_try.py Merge eval-ast and macro expansion into EVAL, add DEBUG-EVAL 2024-08-05 11:40:49 -05:00
stepA_mal.py Merge eval-ast and macro expansion into EVAL, add DEBUG-EVAL 2024-08-05 11:40:49 -05:00