1
1
mirror of https://github.com/kanaka/mal.git synced 2024-11-10 12:47:45 +03:00
mal/vimscript
Joel Martin 20e8dea043 Refactor to use run scripts, remove *_RUNSTEP
- Add */run script for every implementation.

- Refactor Clojure build to allow individual jar files for each step.

- Update FFI version for es6 and miniMAL to work with newer node
  versions.

The run scripts for the following could use some additional
refactoring:
- java: build individual step jar, use java -jar instead of mvn to run
- plpgsql: maybe combine plpgsql/run and plpgsql/wrap.sh
- vhdl: combine vhdl/run and vhdl/run_vhdl.sh
- vimscript: combine vimscript/run and vimscript/run_vimscript.sh
2016-05-18 22:29:18 -07:00
..
tests Tests: move step5 non-TCO tests to per impl. 2016-03-14 23:39:21 -05:00
.gitignore Vimscript implementation 2015-10-20 15:04:04 -04:00
core.vim vimscript: implement time-ms in a C function 2016-05-09 00:18:04 -04:00
Dockerfile vimscript: fix load of readline lib. Update Dockerfile. 2015-10-20 15:34:24 -05:00
env.vim Vimscript implementation 2015-10-20 15:04:04 -04:00
Makefile vimscript: rename libvimreadline -> libvimextras 2016-05-09 00:12:32 -04:00
printer.vim Vimscript implementation 2015-10-20 15:04:04 -04:00
reader.vim All: fix read/print of \\, and \n 2015-10-30 22:05:49 -05:00
readline.vim vimscript: rename libvimreadline -> libvimextras 2016-05-09 00:12:32 -04: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 Fix empty list eval in step2 for most languages. 2016-04-02 18:40:49 -05:00
step3_env.vim vimscript: Fix exception on literal empty list 2016-03-27 22:17:01 -04:00
step4_if_fn_do.vim vimscript: Fix exception on literal empty list 2016-03-27 22:17:01 -04:00
step5_tco.vim vimscript: Fix exception on literal empty list 2016-03-27 22:17:01 -04:00
step6_file.vim vimscript: Fix exception on literal empty list 2016-03-27 22:17:01 -04:00
step7_quote.vim vimscript: Fix exception on literal empty list 2016-03-27 22:17:01 -04:00
step8_macros.vim vimscript: Fix exception on literal empty list 2016-03-27 22:17:01 -04:00
step9_try.vim vimscript: Fix exception on literal empty list 2016-03-27 22:17:01 -04:00
stepA_mal.vim vimscript: Fix exception on literal empty list 2016-03-27 22:17:01 -04:00
types.vim Vimscript implementation 2015-10-20 15:04:04 -04:00
vimextras.c vimscript: implement time-ms in a C function 2016-05-09 00:18:04 -04:00