1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 01:57:09 +03:00
mal/make
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 Various: stepA test fixes/ignores. 2015-03-02 13:46:30 -06:00
core.mk make, ps, ruby: add seq/string? 2016-02-11 13:57:49 -06:00
Dockerfile travis: add bash, c, make to test matrix. 2015-10-05 18:55:00 -05:00
env.mk All: split types into types, env, printer, core. 2014-04-02 22:23:37 -05:00
gmsl.mk Make: refactor number type. Support large numbers. 2015-01-09 16:16:56 -06:00
Makefile Dist/packaging for most impls. erlang, racket *ARGV* fixes. 2016-02-24 00:45:40 -06:00
numbers.mk make: add negative number support. 2016-02-26 08:46:43 -08:00
printer.mk All: fix read/print of \\, and \n 2015-10-30 22:05:49 -05:00
reader.mk make: add negative number support. 2016-02-26 08:46:43 -08:00
readline.mk Tests: add testing Dockerfile. Impl fixes. 2015-03-11 22:22:35 -05:00
rules.mk Add step5/9 tests for impls that support it. 2014-04-27 17:58:48 -05:00
run Refactor to use run scripts, remove *_RUNSTEP 2016-05-18 22:29:18 -07:00
step0_repl.mk Current state of mal for Clojure West lighting talk. 2014-03-24 16:32:24 -05:00
step1_read_print.mk All: *ARGV* and *host-language*. Misc syncing/fixes. 2014-04-19 13:04:09 -05:00
step2_eval.mk Fix empty list eval in step2 for most languages. 2016-04-02 18:40:49 -05:00
step3_env.mk make: Fix empty/nil value for literal empty list 2016-04-01 16:49:55 -04:00
step4_if_fn_do.mk make: Fix empty/nil value for literal empty list 2016-04-01 16:49:55 -04:00
step6_file.mk make: Fix empty/nil value for literal empty list 2016-04-01 16:49:55 -04:00
step7_quote.mk make: Fix empty/nil value for literal empty list 2016-04-01 16:49:55 -04:00
step8_macros.mk make: Fix empty/nil value for literal empty list 2016-04-01 16:49:55 -04:00
step9_try.mk make: Fix empty/nil value for literal empty list 2016-04-01 16:49:55 -04:00
stepA_mal.mk make: Fix empty/nil value for literal empty list 2016-04-01 16:49:55 -04:00
types.mk make: fix comparison of empty hash-maps. 2015-11-18 22:58:47 -06:00
util.mk make: add negative number support. 2016-02-26 08:46:43 -08:00