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 |
||
---|---|---|
.. | ||
tests | ||
core.cr | ||
Dockerfile | ||
env.cr | ||
error.cr | ||
Makefile | ||
printer.cr | ||
reader.cr | ||
run | ||
step0_repl.cr | ||
step1_read_print.cr | ||
step2_eval.cr | ||
step3_env.cr | ||
step4_if_fn_do.cr | ||
step5_tco.cr | ||
step6_file.cr | ||
step7_quote.cr | ||
step8_macros.cr | ||
step9_try.cr | ||
stepA_mal.cr | ||
types.cr |