1
1
mirror of https://github.com/kanaka/mal.git synced 2024-11-11 00:52:44 +03:00
mal/io
Dov Murik 09dce03504 io: Add wrapper to swallow startup message from Io interpreter
The `io/run` script will run the io interpreter on a step file given in
the `$STEP` environment variable.  It'll swallow the first 25 bytes
printed by the interpreter because they are a startup message about the
Io Regex module (and can't be suppressed in a normal way).
2016-05-13 10:20:31 -04:00
..
tests Tests: move step5 non-TCO tests to per impl. 2016-03-14 23:39:21 -05:00
Dockerfile io: step0 2016-03-07 08:55:12 -05:00
Env.io io: step4 2016-03-07 08:58:28 -05:00
Makefile io: step1 2016-03-07 08:58:26 -05:00
MalCore.io io: stepA 2016-03-07 08:58:34 -05:00
MalReader.io io: step4 2016-03-07 08:58:28 -05:00
MalReadline.io io: step0 2016-03-07 08:55:12 -05:00
MalTypes.io io: Optimization and style fixes 2016-03-07 10:38:10 -05:00
run io: Add wrapper to swallow startup message from Io interpreter 2016-05-13 10:20:31 -04:00
step0_repl.io io: Add wrapper to swallow startup message from Io interpreter 2016-05-13 10:20:31 -04:00
step1_read_print.io io: step4 2016-03-07 08:58:28 -05:00
step2_eval.io Fix empty list eval in step2 for most languages. 2016-04-02 18:40:49 -05:00
step3_env.io io: Fix exception on literal empty list 2016-03-30 09:02:13 -04:00
step4_if_fn_do.io io: Fix exception on literal empty list 2016-03-30 09:02:13 -04:00
step5_tco.io io: Fix exception on literal empty list 2016-03-30 09:02:13 -04:00
step6_file.io io: Fix exception on literal empty list 2016-03-30 09:02:13 -04:00
step7_quote.io io: Fix exception on literal empty list 2016-03-30 09:02:13 -04:00
step8_macros.io io: Fix exception on literal empty list 2016-03-30 09:02:13 -04:00
step9_try.io io: Fix exception on literal empty list 2016-03-30 09:02:13 -04:00
stepA_mal.io io: Fix exception on literal empty list 2016-03-30 09:02:13 -04:00