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
vvakame
677a1c9db1 small fix 2017-02-25 14:44:11 +09:00
vvakame
6071876ffe rename MalNull to MalNil 2017-02-25 14:16:51 +09:00
vvakame
5bb7479da5 refactor to using const enum 2017-02-25 14:12:15 +09:00
vvakame
92bf05308e add isSeq function to types 2017-02-25 13:28:38 +09:00
vvakame
9c92462f39 more fitting to process's txt 2017-02-25 11:44:45 +09:00
vvakame
eb7a2bbd83 support --target es5 2017-02-25 10:34:37 +09:00
vvakame
10f8aa846c TypeScript: step 9 2017-02-25 00:21:30 +09:00
vvakame
79a10a6e13 TypeScript: step 5 2017-02-24 16:30:25 +09:00
vvakame
dfe70453b4 TypeScript: step 4 2017-02-24 13:21:11 +09:00