This website requires JavaScript.
Explore
Help
Sign In
kanaka
/
mal
Watch
1
Star
1
Fork
0
You've already forked mal
mirror of
https://github.com/kanaka/mal.git
synced
2024-11-13 01:43:50 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
573f6d0f7e
mal
/
es6
/
run
3 lines
73 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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 07:37:26 +03:00
#!/bin/bash
Update JS impls: use ffi-napi and Ubuntu 18.04
2018-11-29 02:12:17 +03:00
exec node -r esm $(dirname $0)/${STEP:-stepA_mal}.mjs "${@}"
Reference in New Issue
Copy Permalink