1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-11 13:55:55 +03:00
mal/impls/xslt
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
..
core.xslt Change quasiquote algorithm 2020-08-11 01:01:56 +02:00
Dockerfile XSLT impl: Limit jvm memory to 2GB 2020-05-30 23:37:21 +04:30
env.xslt Break some lines to make the code more readable 2020-05-30 23:37:21 +04:30
harness.py XSLT: Use blocking reads instead of a polling thread 2020-06-01 23:47:33 +04:30
Makefile ...add default target back 🤦 2020-05-30 23:37:21 +04:30
printer.xslt Break some lines to make the code more readable 2020-05-30 23:37:21 +04:30
reader.xslt format all xslt files 2020-05-30 23:37:21 +04:30
readline.xslt no more infinite boot times! 2020-05-30 23:37:21 +04:30
run rebase to kanaka/mal 2020-05-24 02:27:17 +04:30
step0_repl.inc.xslt no more infinite boot times! 2020-05-30 23:37:21 +04:30
step0_repl.xslt only print last result if in repl 2020-05-30 23:37:21 +04:30
step1_read_print.inc.xslt no more infinite boot times! 2020-05-30 23:37:21 +04:30
step1_read_print.xslt only print last result if in repl 2020-05-30 23:37:21 +04:30
step2_eval.inc.xslt no more infinite boot times! 2020-05-30 23:37:21 +04:30
step2_eval.xslt only print last result if in repl 2020-05-30 23:37:21 +04:30
step3_env.inc.xslt Break some lines to make the code more readable 2020-05-30 23:37:21 +04:30
step3_env.xslt only print last result if in repl 2020-05-30 23:37:21 +04:30
step4_if_fn_do.inc.xslt Break some lines to make the code more readable 2020-05-30 23:37:21 +04:30
step4_if_fn_do.xslt only print last result if in repl 2020-05-30 23:37:21 +04:30
step6_file.inc.xslt Break some lines to make the code more readable 2020-05-30 23:37:21 +04:30
step6_file.xslt only print last result if in repl 2020-05-30 23:37:21 +04:30
step7_quote.inc.xslt Change quasiquote algorithm 2020-08-11 01:01:56 +02:00
step7_quote.xslt only print last result if in repl 2020-05-30 23:37:21 +04:30
step8_macros.inc.xslt Change quasiquote algorithm 2020-08-11 01:01:56 +02:00
step8_macros.xslt only print last result if in repl 2020-05-30 23:37:21 +04:30
step9_try.inc.xslt Change quasiquote algorithm 2020-08-11 01:01:56 +02:00
step9_try.xslt only print last result if in repl 2020-05-30 23:37:21 +04:30
stepA_mal.inc.xslt Change quasiquote algorithm 2020-08-11 01:01:56 +02:00
stepA_mal.xslt only print last result if in repl 2020-05-30 23:37:21 +04:30
test.xslt format all xslt files 2020-05-30 23:37:21 +04:30