1
1
mirror of https://github.com/kanaka/mal.git synced 2024-11-11 00:52:44 +03:00
mal/ts
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
..
.gitignore TypeScript: setup initial environment 2017-02-23 00:33:40 +09:00
core.ts fsharp, livescript, ts: Add number?, fn?, macro? 2017-10-19 10:06:40 +00:00
Dockerfile Update JS impls: use ffi-napi and Ubuntu 18.04 2018-11-28 17:12:17 -06:00
env.ts TypeScript: step 9 2017-02-25 00:21:30 +09:00
Makefile Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
node_readline.ts Update JS impls: use ffi-napi and Ubuntu 18.04 2018-11-28 17:12:17 -06:00
package.json Update JS impls: use ffi-napi and Ubuntu 18.04 2018-11-28 17:12:17 -06:00
printer.ts rename MalNull to MalNil 2017-02-25 14:16:51 +09:00
reader.ts Fix unescaping in lua, objc, php, powershell, swift3 and ts. 2017-09-28 07:40:47 -05:00
run TypeScript: setup initial environment 2017-02-23 00:33:40 +09:00
step0_repl.ts more fitting to process's txt 2017-02-25 11:44:45 +09:00
step1_read_print.ts more fitting to process's txt 2017-02-25 11:44:45 +09:00
step2_eval.ts small fix 2017-02-25 14:44:11 +09:00
step3_env.ts small fix 2017-02-25 14:44:11 +09:00
step4_if_fn_do.ts Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
step5_tco.ts Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
step6_file.ts Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
step7_quote.ts Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
step8_macros.ts Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
step9_try.ts Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
stepA_mal.ts Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
tsconfig.json support --target es5 2017-02-25 10:34:37 +09:00
types.ts rename MalNull to MalNil 2017-02-25 14:16:51 +09:00
yarn.lock update dependencies 2017-02-24 07:41:49 +09:00