1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-21 10:37:58 +03:00
Commit Graph

8 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
Peter Stephens
df8c925a24 fsharp: added some top level exception catching so that the repl wouldn't quit to CLI on errors. 2016-12-26 17:05:32 -06:00
Dov Murik
a1a3a8df2c fsharp: When executing a mal script, don't print the final return value 2016-05-11 16:01:15 -04:00
Dov Murik
f137cd30d6 fsharp: Fix exception on literal empty list
Issue #190
2016-03-28 16:56:23 -04:00
Joel Martin
36e287b51f cs, fsharp, java, vb: fix macro result evaluation.
Related to issue #142.

- also, fix java build issue in both Makefiles.
2016-01-26 14:13:59 -06:00
Peter Stephens
a71aefe16d fsharp: stepA: Self host through step9. Added meta and with-meta. 2015-07-05 16:23:34 -05:00
Peter Stephens
b103e78910 fsharp: step8: Implemented cond macro. 2015-07-03 18:20:36 -05:00
Peter Stephens
224d2396f9 fsharp: step9: Implemented try*/catch*/throw. Implemented apply and map. Implemented some predicates. 2015-07-03 12:07:57 -05:00