mirror of
https://github.com/kanaka/mal.git
synced 2024-11-13 01:43:50 +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 |
||
---|---|---|
.. | ||
build.zig | ||
core.zig | ||
Dockerfile | ||
env.zig | ||
error.zig | ||
hmap.zig | ||
linked_list.zig | ||
logging_alloc.zig | ||
Makefile | ||
printer.zig | ||
reader.zig | ||
readline.zig | ||
run | ||
step0_repl.zig | ||
step1_read_print.zig | ||
step2_eval.zig | ||
step3_env.zig | ||
step4_if_fn_do.zig | ||
step5_tco.zig | ||
step6_file.zig | ||
step7_quote.zig | ||
step8_macros.zig | ||
step9_try.zig | ||
stepA_mal.zig | ||
types.zig | ||
utils.zig |