1
1
mirror of https://github.com/kanaka/mal.git synced 2024-11-09 18:06:35 +03:00
mal/impls/xslt
Joel Martin a2973ab0b8 xslt, c, zig: test for, fix seq parsing EOF errors
xslt:
- The reader was returning the an odd args error when a hash-map literal
  was not closed. This was because the the parsing error happened and
  then the odd args test happened after and overwrote the parsing error.
- Also, fix the read-string function so that if an error is set by the
  reader, this is converted to a full error that bubbles up.

c:
- read_list errors were not being detected/propagated in read_hash_map
  after calling read_list.

zig:
- reader errors were not being caught in the rep loop until step 8, so
  those errors in step6 and step7 were causing the REPL to exit.
2024-08-22 14:59:33 -05:00
..
core.xslt xslt, c, zig: test for, fix seq parsing EOF errors 2024-08-22 14:59:33 -05:00
Dockerfile dockerfiles: improve consistency, link python to python3 2024-08-05 17:02:34 -05:00
env.xslt Break some lines to make the code more readable 2020-05-30 23:37:21 +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 xslt, c, zig: test for, fix seq parsing EOF errors 2024-08-22 14:59:33 -05:00
readline.xslt no more infinite boot times! 2020-05-30 23:37:21 +04:30
run docker: update some dockerfiles 2024-08-05 17:00:24 -05:00
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