1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-19 17:47:53 +03:00
mal/impls/prolog
2024-08-07 13:25:02 -05:00
..
tests New SWI-prolog implementation 2021-04-19 09:53:22 -05:00
core.pl prolog: 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.pl New SWI-prolog implementation 2021-04-19 09:53:22 -05:00
Makefile New SWI-prolog implementation 2021-04-19 09:53:22 -05:00
printer.pl New SWI-prolog implementation 2021-04-19 09:53:22 -05:00
reader.pl test: check that a: is a valid symbol. 2024-08-05 11:54:37 -05:00
run New SWI-prolog implementation 2021-04-19 09:53:22 -05:00
step0_repl.pl New SWI-prolog implementation 2021-04-19 09:53:22 -05:00
step1_read_print.pl New SWI-prolog implementation 2021-04-19 09:53:22 -05:00
step2_eval.pl New SWI-prolog implementation 2021-04-19 09:53:22 -05:00
step3_env.pl Merge eval-ast and macro expansion into EVAL, add DEBUG-EVAL 2024-08-05 11:40:49 -05:00
step4_if_fn_do.pl Merge eval-ast and macro expansion into EVAL, add DEBUG-EVAL 2024-08-05 11:40:49 -05:00
step6_file.pl Merge eval-ast and macro expansion into EVAL, add DEBUG-EVAL 2024-08-05 11:40:49 -05:00
step7_quote.pl Merge eval-ast and macro expansion into EVAL, add DEBUG-EVAL 2024-08-05 11:40:49 -05:00
step8_macros.pl Merge eval-ast and macro expansion into EVAL, add DEBUG-EVAL 2024-08-05 11:40:49 -05:00
step9_try.pl Merge eval-ast and macro expansion into EVAL, add DEBUG-EVAL 2024-08-05 11:40:49 -05:00
stepA_mal.pl Merge eval-ast and macro expansion into EVAL, add DEBUG-EVAL 2024-08-05 11:40:49 -05:00
types.pl New SWI-prolog implementation 2021-04-19 09:53:22 -05:00
utils.pl New SWI-prolog implementation 2021-04-19 09:53:22 -05:00