1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-11 21:57:38 +03:00
mal/impls/lua
Nicolas Boulenguez fbfe6784d2 Change quasiquote algorithm
- 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
2020-08-11 01:01:56 +02:00
..
tests Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
core.lua Change quasiquote algorithm 2020-08-11 01:01:56 +02:00
Dockerfile Change os.clock multiplier, update Dockerfile to use lua 5.3.5.5 2020-05-17 14:23:54 -03:00
env.lua Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
Makefile Add lrexlib-pcre through luarocks. 2020-05-15 22:04:45 -03:00
printer.lua Change \177 to \u{029e}, correctly define keyword, change loadstring to load 2020-05-15 23:09:09 -03:00
reader.lua Change \177 to \u{029e}, correctly define keyword, change loadstring to load 2020-05-15 23:09:09 -03:00
readline.lua Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
run Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
step0_repl.lua Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
step1_read_print.lua Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
step2_eval.lua Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
step3_env.lua Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
step4_if_fn_do.lua Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
step5_tco.lua Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
step6_file.lua Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00
step7_quote.lua Change quasiquote algorithm 2020-08-11 01:01:56 +02:00
step8_macros.lua Change quasiquote algorithm 2020-08-11 01:01:56 +02:00
step9_try.lua Change quasiquote algorithm 2020-08-11 01:01:56 +02:00
stepA_mal.lua Change quasiquote algorithm 2020-08-11 01:01:56 +02:00
types.lua Change \177 to \u{029e}, correctly define keyword, change loadstring to load 2020-05-15 23:09:09 -03:00
utils.lua Move implementations into impls/ dir 2020-02-10 23:50:16 -06:00