1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 01:57:09 +03:00
mal/objpascal
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
..
regexpr/Source ObjPascal: add Sorokin RegExpr.pas to repo. 2016-03-13 17:46:06 -05:00
tests Tests: move step5 non-TCO tests to per impl. 2016-03-14 23:39:21 -05:00
core.pas elm, objpascal, plpgsql: Add number?, fn?, macro? 2017-10-31 13:41:36 +01:00
Dockerfile Object Pascal: full implementation. Test cleanup. 2016-03-13 17:12:01 -05:00
Makefile ObjPascal: use CTypes for libedit/readline. 2016-03-14 00:07:01 -05:00
mal_env.pas Object Pascal: full implementation. Test cleanup. 2016-03-13 17:12:01 -05:00
mal_func.pas Object Pascal: full implementation. Test cleanup. 2016-03-13 17:12:01 -05:00
mal_readline.pas ObjPascal: gitignore regexpr, mal_readline comments. 2016-03-14 10:59:05 -05:00
mal_types.pas ObjPascal: use CTypes for libedit/readline. 2016-03-14 00:07:01 -05:00
printer.pas Object Pascal: full implementation. Test cleanup. 2016-03-13 17:12:01 -05:00
reader.pas 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.pas ObjPascal: use CTypes for libedit/readline. 2016-03-14 00:07:01 -05:00
step1_read_print.pas ObjPascal: use CTypes for libedit/readline. 2016-03-14 00:07:01 -05:00
step2_eval.pas objpascal: fix empty list evaluation. 2016-04-02 17:27:43 -05:00
step3_env.pas objpascal: fix empty list evaluation. 2016-04-02 17:27:43 -05:00
step4_if_fn_do.pas objpascal: fix empty list evaluation. 2016-04-02 17:27:43 -05:00
step5_tco.pas objpascal: fix empty list evaluation. 2016-04-02 17:27:43 -05:00
step6_file.pas objpascal: fix empty list evaluation. 2016-04-02 17:27:43 -05:00
step7_quote.pas objpascal: fix empty list evaluation. 2016-04-02 17:27:43 -05:00
step8_macros.pas objpascal: fix empty list evaluation. 2016-04-02 17:27:43 -05:00
step9_try.pas Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
stepA_mal.pas Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00