1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 01:57:09 +03:00
mal/ocaml
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
core.ml ocaml: add seq and string? 2016-02-11 15:26:22 -05:00
Dockerfile Travis: add ocaml, forth and miniMAL. 2015-10-06 13:28:11 -05:00
env.ml OCaml: Add step 9 2015-01-30 12:54:43 -05:00
Makefile Add dist targets to most implementations. 2016-02-24 00:33:20 -06:00
printer.ml ocaml: don't print commas in hash-maps 2015-12-17 22:01:32 +02:00
reader.ml ocaml: fix negative numbers handling 2016-02-25 17:39:32 -08:00
run Refactor to use run scripts, remove *_RUNSTEP 2016-05-18 22:29:18 -07:00
step0_repl.ml OCaml: add step 0 2015-01-30 12:54:42 -05:00
step1_read_print.ml Ocaml: Add string functions 2015-01-30 12:54:42 -05:00
step2_eval.ml OCaml: put macro flag in metadata rather than special type field 2015-01-30 12:54:43 -05:00
step3_env.ml ocaml: Fix exception on literal empty list 2016-03-28 15:13:05 -04:00
step4_if_fn_do.ml ocaml: Fix exception on literal empty list 2016-03-28 15:13:05 -04:00
step5_tco.ml Ocaml: Add step 5, TCO worked automatically in Ocaml 2015-01-30 12:54:43 -05:00
step6_file.ml ocaml: Remove debug prints in step6 & step7 2016-05-11 15:48:21 -04:00
step7_quote.ml ocaml: Remove debug prints in step6 & step7 2016-05-11 15:48:21 -04:00
step8_macros.ml ocaml: Fix exception on literal empty list 2016-03-28 15:13:05 -04:00
step9_try.ml ocaml: Fix exception on literal empty list 2016-03-28 15:13:05 -04:00
stepA_mal.ml ocaml: Fix exception on literal empty list 2016-03-28 15:13:05 -04:00
types.ml ocaml: fix hash equality 2015-11-21 23:00:56 -05:00