1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-21 02:27:10 +03:00
mal/objpascal
Joel Martin dd7a4f55f3 Test uncaught throw, catchless try* . Fix 46 impls.
Fixes made to: ada, c, chuck, clojure, coffee, common-lisp, cpp,
crystal, d, dart, elm, erlang, es6, factor, fsharp, gnu-smalltalk,
groovy, guile, haxe, hy, js, livescript, matlab, miniMAL, nasm, nim,
objc, objpascal, ocaml, perl, perl6, php, plsql, ps, python, r,
rpython, ruby, scheme, swift3, tcl, ts, vb, vimscript, wasm, yorick.

Catchless try* test is an optional test. Not all implementations
support catchless try* but a number were fixed so they at least don't
crash on catchless try*.
2018-12-12 14:18:26 -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 Fix unescaping in cs, hy, nim, objpascal, ps, rpython, vb 2017-09-28 07:40:47 -05: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