1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-11 13:55:55 +03:00
mal/impls/sml
2021-05-02 17:35:40 -05:00
..
.gitignore add sml_MODE selection for Make 2021-05-02 17:35:40 -05:00
core.sml add core nth, first, rest 2021-05-02 17:35:40 -05:00
env.sml make envs mutable 2021-05-02 17:35:40 -05:00
main.sml refactor SML to be more portable 2021-05-02 17:35:40 -05:00
Makefile step 8 scaffolding 2021-05-02 17:35:40 -05:00
printer.sml SML: Step 8 2021-05-02 17:35:40 -05:00
reader.sml SML: Step 7 2021-05-02 17:35:40 -05:00
run SML: Step 0 2021-05-02 17:35:40 -05:00
step0_repl.mlb SML build with MLton 2021-05-02 17:35:40 -05:00
step0_repl.sml refactor SML to be more portable 2021-05-02 17:35:40 -05:00
step1_read_print.mlb SML: Step 1 2021-05-02 17:35:40 -05:00
step1_read_print.sml fix strings in step 1 tests 2021-05-02 17:35:40 -05:00
step2_eval.mlb SML: Step 2 2021-05-02 17:35:40 -05:00
step2_eval.sml add keywords, vectors, maps 2021-05-02 17:35:40 -05:00
step3_env.mlb step 3 scaffolding 2021-05-02 17:35:40 -05:00
step3_env.sml add keywords, vectors, maps 2021-05-02 17:35:40 -05:00
step4_if_fn_do.mlb if and fn* work 2021-05-02 17:35:40 -05:00
step4_if_fn_do.sml refactor bindings 2021-05-02 17:35:40 -05:00
step6_file.mlb step 6 scaffolding 2021-05-02 17:35:40 -05:00
step6_file.sml refactor bindings 2021-05-02 17:35:40 -05:00
step7_quote.mlb step 7 scaffolding 2021-05-02 17:35:40 -05:00
step7_quote.sml refactor bindings 2021-05-02 17:35:40 -05:00
step8_macros.mlb step 8 scaffolding 2021-05-02 17:35:40 -05:00
step8_macros.sml refactor bindings 2021-05-02 17:35:40 -05:00
types.sml SML: Step 8 2021-05-02 17:35:40 -05:00
util.sml refactor bindings 2021-05-02 17:35:40 -05:00