1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 10:07:45 +03:00
Commit Graph

6 Commits

Author SHA1 Message Date
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
Vasilij Schneidermann
7cabea4f75 elisp, chuck, pil, gst, scheme: Add number?, fn?, macro? 2017-10-10 18:29:36 +02:00
Vasilij Schneidermann
1b349ccb6c Add run script, fix argv bug 2016-08-06 23:58:49 +02:00
Vasilij Schneidermann
35163c1b32 Self-hosting fix 2016-08-06 22:41:00 +02:00
Vasilij Schneidermann
2e3d457eb0 Add a self-made readline implementation 2016-08-06 17:47:13 +02:00
Vasilij Schneidermann
98c1ecf2a1 Implement step 9 2016-08-06 00:34:18 +02:00