1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-11 13:55:55 +03:00
mal/guile
Nicolas Boulenguez e6d41de4d5 load-file: accept empty file or final comment, return nil
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.
2019-07-28 13:08:05 +02:00
..
core.scm guile, scheme: fix fn? when metadata contains "ismacro" 2019-07-09 14:14:03 +02:00
Dockerfile Travis: add remaining implementations. 2015-10-07 21:46:12 -05:00
env.scm added immutable feature to avoid strange bug 2015-04-06 04:27:47 +08:00
Makefile Convert to loccount based stats calculation. 2019-03-20 23:34:21 -05:00
pcre.scm fixed proper pointer blob size 2015-03-30 14:34:02 +08:00
printer.scm guile: use readable/not-readable when printing hash-maps 2015-12-17 22:01:33 +02:00
reader.scm guile, hy, java, make, matlab, miniMAL: fix errors 2018-11-30 14:57:46 -06:00
readline.scm guile fixed readline history bug 2015-04-04 12:35:49 +08:00
run Compile guile files before running them 2016-09-20 17:55:29 +05:30
step0_repl.scm Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
step1_read_print.scm Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
step2_eval.scm Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
step3_env.scm Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
step4_if_fn_do.scm Guile Convert not from native to built-in. 2019-05-07 11:22:26 +02:00
step5_tco.scm guile: disable non-recursive test. 2019-07-24 23:48:29 -05:00
step6_file.scm load-file: accept empty file or final comment, return nil 2019-07-28 13:08:05 +02:00
step7_quote.scm load-file: accept empty file or final comment, return nil 2019-07-28 13:08:05 +02:00
step8_macros.scm load-file: accept empty file or final comment, return nil 2019-07-28 13:08:05 +02:00
step9_try.scm load-file: accept empty file or final comment, return nil 2019-07-28 13:08:05 +02:00
stepA_mal.scm load-file: accept empty file or final comment, return nil 2019-07-28 13:08:05 +02:00
types.scm common-lisp, es6, guile, java, mal: Add number?, fn?, macro? 2017-10-17 01:29:08 +02:00