1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-21 02:27:10 +03:00
mal/nim
Joel Martin 4aa0ebdf47 Error on unterminated strings.
Add a step1 test to make sure that implementations are properly
throwing an error on unclosed strings.

Fix 47 implementations and update the guide to note the correct
behavior.
2019-01-25 16:16:06 -06:00
..
tests Tests: move step5 non-TCO tests to per impl. 2016-03-14 23:39:21 -05:00
core.nim d, nim: Add number?, fn?, macro? 2017-10-16 21:56:21 +00:00
Dockerfile Fix unescaping in cs, hy, nim, objpascal, ps, rpython, vb 2017-09-28 07:40:47 -05:00
env.nim Adapt to new Nim devel compiler 2015-03-29 03:07:10 +02:00
Makefile Add dist targets to most implementations. 2016-02-24 00:33:20 -06:00
mal.nimble Make Nim implementation a bit nicer 2015-04-09 19:09:55 +02:00
nim.cfg Adapt to new Nim devel compiler 2015-03-29 03:07:10 +02:00
printer.nim All: fix read/print of \\, and \n 2015-10-30 22:05:49 -05:00
reader.nim Error on unterminated strings. 2019-01-25 16:16:06 -06:00
run Refactor to use run scripts, remove *_RUNSTEP 2016-05-18 22:29:18 -07:00
step0_repl.nim Nim: step0 2015-02-28 05:15:38 +01:00
step1_read_print.nim Nim: step1 2015-02-28 14:23:19 +01:00
step2_eval.nim Update Nim to 0.15.2, clean up compiler warnings 2016-10-28 12:02:21 +02:00
step3_env.nim Update Nim to 0.15.2, clean up compiler warnings 2016-10-28 12:02:21 +02:00
step4_if_fn_do.nim nim: Fix crash on literal empty list 2016-03-30 09:18:31 -04:00
step5_tco.nim Update Nim to 0.15.2, clean up compiler warnings 2016-10-28 12:02:21 +02:00
step6_file.nim Update Nim to 0.15.2, clean up compiler warnings 2016-10-28 12:02:21 +02:00
step7_quote.nim Update Nim to 0.15.2, clean up compiler warnings 2016-10-28 12:02:21 +02:00
step8_macros.nim d, nim: Add number?, fn?, macro? 2017-10-16 21:56:21 +00:00
step9_try.nim Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
stepA_mal.nim Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
types.nim d, nim: Add number?, fn?, macro? 2017-10-16 21:56:21 +00:00