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

12 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
f137cd30d6 fsharp: Fix exception on literal empty list
Issue #190
2016-03-28 16:56:23 -04: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
f0e1608bbb fsharp: step8: Implemented macros. Deferred cond because it requires exceptions 2015-07-03 09:57:15 -05:00
Peter Stephens
52c921241b fsharp: eval 'shared across the time dimension' for step6. 2015-07-02 19:04:33 -05:00
Peter Stephens
a12b216daa fsharp: eval 'sharded across the time dimension' for step5. 2015-07-02 17:55:42 -05:00
Peter Stephens
e72de6d2ad fsharp: eval 'sharded across the time dimension' for step4. Step0, 1, & 3 style changes. 2015-07-02 13:39:54 -05:00
Peter Stephens
52bc43adf1 fsharp: eval 'sharded across the time dimension' for step2 & step3. 2015-06-29 22:57:47 -05:00
Peter Stephens
6d809e3272 fsharp: step7: Cleaned up error handling. 2015-05-02 01:50:09 -05:00
Peter Stephens
6a4627fb6b fsharp: step 4: Added prn, str, println, and pr-str 2015-03-26 14:05:02 -05:00
Peter Stephens
37bb752e69 fsharp: step 3: Improved Env to work with chains. Implemented the def! special form. 2015-03-16 07:09:10 -05:00