1
1
mirror of https://github.com/kanaka/mal.git synced 2024-10-27 14:52:16 +03:00
mal/impls/haskell
2024-08-07 13:25:02 -05:00
..
tests Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
Core.hs haskell: allow macro argument for apply core function 2024-08-07 13:25:02 -05:00
Dockerfile dockerfiles: improve consistency, link python to python3 2024-08-05 17:02:34 -05:00
Env.hs haskell: fix and optional-test order of assignments in let* 2021-07-11 17:38:14 -06:00
Makefile Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
Printer.hs haskell: make grammar readable as reference, misc 2021-07-11 17:38:14 -06:00
Reader.hs haskell: make grammar readable as reference, misc 2021-07-11 17:38:14 -06:00
Readline.hs 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.hs Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
step1_read_print.hs haskell: make grammar readable as reference, misc 2021-07-11 17:38:14 -06:00
step2_eval.hs haskell: make grammar readable as reference, misc 2021-07-11 17:38:14 -06:00
step3_env.hs Merge eval-ast and macro expansion into EVAL, add DEBUG-EVAL 2024-08-05 11:40:49 -05:00
step4_if_fn_do.hs Merge eval-ast and macro expansion into EVAL, add DEBUG-EVAL 2024-08-05 11:40:49 -05:00
step5_tco.hs Merge eval-ast and macro expansion into EVAL, add DEBUG-EVAL 2024-08-05 11:40:49 -05:00
step6_file.hs Merge eval-ast and macro expansion into EVAL, add DEBUG-EVAL 2024-08-05 11:40:49 -05:00
step7_quote.hs Merge eval-ast and macro expansion into EVAL, add DEBUG-EVAL 2024-08-05 11:40:49 -05:00
step8_macros.hs Merge eval-ast and macro expansion into EVAL, add DEBUG-EVAL 2024-08-05 11:40:49 -05:00
step9_try.hs Merge eval-ast and macro expansion into EVAL, add DEBUG-EVAL 2024-08-05 11:40:49 -05:00
stepA_mal.hs Merge eval-ast and macro expansion into EVAL, add DEBUG-EVAL 2024-08-05 11:40:49 -05:00
Types.hs haskell: make grammar readable as reference, misc 2021-07-11 17:38:14 -06:00