1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 10:07:45 +03:00
mal/guile
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.scm guile: add seq and string? 2016-02-15 13:41:39 -05:00
Dockerfile Travis: add remaining implementations. 2015-10-07 21:46:12 -05:00
env.scm added immutable feature to avoid strange bug 2015-04-06 04:27:47 +08:00
Makefile Dist/packaging for most impls. erlang, racket *ARGV* fixes. 2016-02-24 00:45:40 -06:00
pcre.scm fixed proper pointer blob size 2015-03-30 14:34:02 +08:00
printer.scm guile: use readable/not-readable when printing hash-maps 2015-12-17 22:01:33 +02:00
reader.scm All: fix read/print of \\, and \n 2015-10-30 22:05:49 -05:00
readline.scm guile fixed readline history bug 2015-04-04 12:35:49 +08:00
run Refactor to use run scripts, remove *_RUNSTEP 2016-05-18 22:29:18 -07:00
step0_repl.scm guile: fixed readline bug 2015-04-04 12:26:48 +08:00
step1_read_print.scm guile: fixed readline bug 2015-04-04 12:26:48 +08:00
step2_eval.scm Fix empty list eval in step2 for most languages. 2016-04-02 18:40:49 -05:00
step3_env.scm guile: Fix crash/exception on literal empty list 2016-03-30 09:29:00 -04:00
step4_if_fn_do.scm guile: Fix crash/exception on literal empty list 2016-03-30 09:29:00 -04:00
step5_tco.scm guile: Fix crash/exception on literal empty list 2016-03-30 09:29:00 -04:00
step6_file.scm guile: Fix crash/exception on literal empty list 2016-03-30 09:29:00 -04:00
step7_quote.scm guile: Fix crash/exception on literal empty list 2016-03-30 09:29:00 -04:00
step8_macros.scm guile: Fix crash/exception on literal empty list 2016-03-30 09:29:00 -04:00
step9_try.scm guile: Fix crash/exception on literal empty list 2016-03-30 09:29:00 -04:00
stepA_mal.scm guile: Fix crash/exception on literal empty list 2016-03-30 09:29:00 -04:00
types.scm guile: add seq and string? 2016-02-15 13:41:39 -05:00