mirror of
https://github.com/kanaka/mal.git
synced 2024-11-09 18:06:35 +03:00
e6d41de4d5
Let `load-file` append a new line in case last line contains a comment. Also append `nil` so that the return value is predictible. Remove the existing explicit `nil` from existing sources. Adapt documentation and tests. |
||
---|---|---|
.. | ||
eggs | ||
lib | ||
tests | ||
.gitignore | ||
Dockerfile | ||
Makefile | ||
run | ||
step0_repl.scm | ||
step1_read_print.scm | ||
step2_eval.scm | ||
step3_env.scm | ||
step4_if_fn_do.scm | ||
step5_tco.scm | ||
step6_file.scm | ||
step7_quote.scm | ||
step8_macros.scm | ||
step9_try.scm | ||
stepA_mal.scm |