1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-21 10:37:58 +03:00
mal/vimscript
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
..
tests vimscript: Use Vim 8.0 lambdas to reduce boilerplate code 2016-10-25 22:33:02 +00:00
.gitignore Vimscript implementation 2015-10-20 15:04:04 -04:00
core.vim go, rexx, vimscript, yorick: Add number?, fn?, macro? 2017-10-09 20:52:46 +00:00
Dockerfile vimscript: Update Dockerfile to install Vim 8.0 2016-10-25 22:33:07 +00:00
env.vim vimscript: Use map and lambda in EvalAst 2016-10-26 08:22:11 +00:00
Makefile vimscript: rename libvimreadline -> libvimextras 2016-05-09 00:12:32 -04:00
printer.vim vimscript: Remove calls to ObjValue 2016-10-26 08:22:05 +00:00
reader.vim lua, nasm, perl, rexx, vimscript: fix errors. 2018-11-30 14:57:46 -06:00
readline.vim vimscript: Fix misinformation in comment 2016-10-25 22:32:16 +00:00
run Refactor to use run scripts, remove *_RUNSTEP 2016-05-18 22:29:18 -07:00
run_vimscript.sh vimscript: hack for make perf to work in docker 2015-12-17 08:12:10 -06:00
step0_repl.vim Vimscript implementation 2015-10-20 15:04:04 -04:00
step1_read_print.vim Vimscript implementation 2015-10-20 15:04:04 -04:00
step2_eval.vim vimscript: Use map and lambda in EvalAst 2016-10-26 08:22:11 +00:00
step3_env.vim vimscript: Use map and lambda in EvalAst 2016-10-26 08:22:11 +00:00
step4_if_fn_do.vim vimscript: Use map and lambda in EvalAst 2016-10-26 08:22:11 +00:00
step5_tco.vim vimscript: Use map and lambda in EvalAst 2016-10-26 08:22:11 +00:00
step6_file.vim vimscript: Use map and lambda in EvalAst 2016-10-26 08:22:11 +00:00
step7_quote.vim vimscript: Use map and lambda in EvalAst 2016-10-26 08:22:11 +00:00
step8_macros.vim vimscript: Use map and lambda in EvalAst 2016-10-26 08:22:11 +00:00
step9_try.vim Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
stepA_mal.vim Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
types.vim vimscript: Remove useless calls to ObjQ 2016-10-26 08:22:11 +00:00
vimextras.c vimscript: Increase the unixtime base to make sure time-ms fits in a *positive* integer 2016-10-25 22:32:16 +00:00