1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 01:57:09 +03:00
mal/nim
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.nim nim: add seq and string? 2016-02-15 23:58:07 -06:00
Dockerfile nim: update Dockerfile to use version 0.12 2015-11-23 15:48:56 -05:00
env.nim Adapt to new Nim devel compiler 2015-03-29 03:07:10 +02:00
Makefile Add dist targets to most implementations. 2016-02-24 00:33:20 -06:00
mal.nimble Make Nim implementation a bit nicer 2015-04-09 19:09:55 +02:00
nim.cfg Adapt to new Nim devel compiler 2015-03-29 03:07:10 +02:00
printer.nim All: fix read/print of \\, and \n 2015-10-30 22:05:49 -05:00
reader.nim nim: fix tokenizer endless loop (and out-of-memory) on bad input 2015-12-04 15:35:39 -05:00
run Refactor to use run scripts, remove *_RUNSTEP 2016-05-18 22:29:18 -07:00
step0_repl.nim Nim: step0 2015-02-28 05:15:38 +01:00
step1_read_print.nim Nim: step1 2015-02-28 14:23:19 +01:00
step2_eval.nim Fix empty list eval in step2 for most languages. 2016-04-02 18:40:49 -05:00
step3_env.nim nim: Fix crash on literal empty list 2016-03-30 09:18:31 -04:00
step4_if_fn_do.nim nim: Fix crash on literal empty list 2016-03-30 09:18:31 -04:00
step5_tco.nim nim: Fix crash on literal empty list 2016-03-30 09:18:31 -04:00
step6_file.nim nim: Fix crash on literal empty list 2016-03-30 09:18:31 -04:00
step7_quote.nim nim: Fix crash on literal empty list 2016-03-30 09:18:31 -04:00
step8_macros.nim d, nim, ps, tcl, vimscript: fix macro result evaluation 2016-01-22 13:48:07 -05:00
step9_try.nim d, nim, ps, tcl, vimscript: fix macro result evaluation 2016-01-22 13:48:07 -05:00
stepA_mal.nim Merge pull request #146 from dubek/fix-macro-eval 2016-01-26 14:16:55 -06:00
types.nim nim: add seq and string? 2016-02-15 23:58:07 -06:00