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

10 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
52c921241b fsharp: eval 'shared across the time dimension' for step6. 2015-07-02 19:04:33 -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
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
8f1ee487cb fsharp: step 2: Eval tests pass. Still need to polish things up. 2015-03-11 21:13:31 -05:00
Peter Stephens
327bd96767 fsharp: step 1: Factored tokenizer out of reader and generally cleaned things up. 2015-03-04 19:14:07 -06:00
Peter Stephens
6dcc04dbba fsharp: Partial step 1: maps & comments 2015-03-01 09:49:55 -06:00
Peter Stephens
3b82891f65 fsharp: Partial step 1: lists & vectors 2015-02-28 22:07:55 -06:00
Peter Stephens
ed3a12f526 fsharp: Partial step 1: Numbers 2015-02-23 22:22:58 -06:00