mirror of
https://github.com/kanaka/mal.git
synced 2024-11-09 18:06:35 +03:00
fbfe6784d2
- Add a `vec` built-in function in step7 so that `quasiquote` does not require `apply` from step9. - Introduce quasiquoteexpand special in order to help debugging step7. This may also prepare newcomers to understand step8. - Add soft tests. - Do not quote numbers, strings and so on. Should ideally have been in separate commits: - elisp: simplify and fix (keyword :k) - factor: fix copy/paste error in let*/step7, simplify eval-ast. - guile: improve list/vector types - haskell: revert evaluation during quasiquote - logo, make: cosmetic issues |
||
---|---|---|
.. | ||
core.sql | ||
Dockerfile | ||
entrypoint.sh | ||
envs.sql | ||
init.sql | ||
io.sql | ||
Makefile | ||
printer.sql | ||
reader.sql | ||
run | ||
step0_repl.sql | ||
step1_read_print.sql | ||
step2_eval.sql | ||
step3_env.sql | ||
step4_if_fn_do.sql | ||
step5_tco.sql | ||
step6_file.sql | ||
step7_quote.sql | ||
step8_macros.sql | ||
step9_try.sql | ||
stepA_mal.sql | ||
types.sql | ||
wrap.sh |