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 |
||
---|---|---|
.. | ||
lib | ||
step0_repl | ||
step1_read_print | ||
step2_eval | ||
step3_env | ||
step4_if_fn_do | ||
step5_tco | ||
step6_file | ||
step7_quote | ||
step8_macros | ||
step9_try | ||
stepA_mal | ||
tests | ||
Dockerfile | ||
Makefile | ||
run |