1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-22 02:58:15 +03:00
mal/crystal
Joel Martin efa2daef57 Fix empty list eval in step2 for most languages.
I think the only remaining ones are ada, elisp, factor, and rust.
2016-04-02 18:40:49 -05:00
..
tests Tests: move step5 non-TCO tests to per impl. 2016-03-14 23:39:21 -05:00
core.cr crystal: add seq and string? 2016-02-14 20:51:39 -05:00
Dockerfile Travis: add remaining implementations. 2015-10-07 21:46:12 -05:00
env.cr crystal: make MAL_IMPL=crystal test^mal succeeds finally 2015-06-04 00:33:02 +09:00
error.cr crystal: implement step9 2015-06-03 02:26:59 +09:00
Makefile awk-es6, Makefile: dist ruiles 2016-02-24 00:33:20 -06:00
printer.cr crystal: fix early steps broken because of later refactoring 2015-06-04 00:33:08 +09:00
reader.cr All: fix read/print of \\, and \n 2015-10-30 22:05:49 -05:00
readline.cr crystal: basic implementation of step1 2015-06-03 02:26:58 +09:00
step0_repl.cr crystal: basic implementation of step1 2015-06-03 02:26:58 +09:00
step1_read_print.cr crystal: fix for Crystal 0.7.2 2015-06-04 01:59:10 +09:00
step2_eval.cr Fix empty list eval in step2 for most languages. 2016-04-02 18:40:49 -05:00
step3_env.cr crystal: Fix exception on literal empty list in step3 2016-03-31 14:53:19 -04:00
step4_if_fn_do.cr crystal: fix for Crystal 0.7.2 2015-06-04 01:59:10 +09:00
step5_tco.cr crystal: fix for Crystal 0.7.2 2015-06-04 01:59:10 +09:00
step6_file.cr crystal: fix for Crystal 0.7.2 2015-06-04 01:59:10 +09:00
step7_quote.cr crystal: fix for Crystal 0.7.2 2015-06-04 01:59:10 +09:00
step8_macros.cr crystal, elixir, erlang, factor, perl: fix macro result evaluation 2016-01-25 20:58:33 -05:00
step9_try.cr crystal, elixir, erlang, factor, perl: fix macro result evaluation 2016-01-25 20:58:33 -05:00
stepA_mal.cr Merge pull request #146 from dubek/fix-macro-eval 2016-01-26 14:16:55 -06:00
types.cr crystal: all tests for stepA pass 2015-06-03 02:26:59 +09:00