1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 18:18:51 +03:00
mal/impls/ruby.2
2024-08-06 10:50:31 -05:00
..
core.rb ruby.2: fix (rest (list 6)) 2024-08-06 10:50:31 -05:00
Dockerfile add makefile and dockerfile for mal CI for ruby.2 2021-12-13 18:18:16 -06:00
env.rb Merge eval-ast and macro expansion into EVAL, add DEBUG-EVAL 2024-08-05 11:40:49 -05:00
errors.rb ruby.2 step 9 2021-12-13 18:18:16 -06:00
Makefile add makefile and dockerfile for mal CI for ruby.2 2021-12-13 18:18:16 -06:00
printer.rb ruby.2 step A; functional self-hosting of mal on mal; refactor if internal mal fn arg passing; 2021-12-13 18:18:16 -06:00
reader.rb ruby.2 step A; functional self-hosting of mal on mal; refactor if internal mal fn arg passing; 2021-12-13 18:18:16 -06:00
run ruby.2 step 1 2021-12-13 18:18:16 -06:00
step0_repl.rb ruby.2 step 1 2021-12-13 18:18:16 -06:00
step1_read_print.rb ruby.2 step 6 (and fixes for comments and fn creation) 2021-12-13 18:18:16 -06:00
step2_eval.rb Merge eval-ast and macro expansion into EVAL, add DEBUG-EVAL 2024-08-05 11:40:49 -05:00
step3_env.rb Merge eval-ast and macro expansion into EVAL, add DEBUG-EVAL 2024-08-05 11:40:49 -05:00
step4_if_fn_do.rb Merge eval-ast and macro expansion into EVAL, add DEBUG-EVAL 2024-08-05 11:40:49 -05:00
step5_tco.rb Merge eval-ast and macro expansion into EVAL, add DEBUG-EVAL 2024-08-05 11:40:49 -05:00
step6_file.rb Merge eval-ast and macro expansion into EVAL, add DEBUG-EVAL 2024-08-05 11:40:49 -05:00
step7_quote.rb Merge eval-ast and macro expansion into EVAL, add DEBUG-EVAL 2024-08-05 11:40:49 -05:00
step8_macros.rb Merge eval-ast and macro expansion into EVAL, add DEBUG-EVAL 2024-08-05 11:40:49 -05:00
step9_try.rb Merge eval-ast and macro expansion into EVAL, add DEBUG-EVAL 2024-08-05 11:40:49 -05:00
stepA_mal.rb Merge eval-ast and macro expansion into EVAL, add DEBUG-EVAL 2024-08-05 11:40:49 -05:00
types.rb ruby.2 step A; functional self-hosting of mal on mal; refactor if internal mal fn arg passing; 2021-12-13 18:18:16 -06:00