mirror of
https://github.com/kanaka/mal.git
synced 2024-11-10 12:47:45 +03:00
20e8dea043
- 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 |
||
---|---|---|
.. | ||
tests | ||
.gitignore | ||
core.vim | ||
Dockerfile | ||
env.vim | ||
Makefile | ||
printer.vim | ||
reader.vim | ||
readline.vim | ||
run | ||
run_vimscript.sh | ||
step0_repl.vim | ||
step1_read_print.vim | ||
step2_eval.vim | ||
step3_env.vim | ||
step4_if_fn_do.vim | ||
step5_tco.vim | ||
step6_file.vim | ||
step7_quote.vim | ||
step8_macros.vim | ||
step9_try.vim | ||
stepA_mal.vim | ||
types.vim | ||
vimextras.c |