1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 01:57:09 +03:00
mal/swift
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
..
templates Swift*: add seq/string?. swift: gensym/or macro fix 2016-02-24 16:49:25 -06:00
tests Tests: move step5 non-TCO tests to per impl. 2016-03-14 23:39:21 -05:00
bridging-header.h Initial Swift implementation. 2015-03-23 01:23:27 -07:00
core.swift Swift*: add seq/string?. swift: gensym/or macro fix 2016-02-24 16:49:25 -06:00
env.swift Update for Xcode 7.0 2015-09-21 18:26:47 -07:00
main.swift Initial Swift implementation. 2015-03-23 01:23:27 -07:00
Makefile Swift3: add meta to all collections. Simplify types. 2016-03-01 14:58:59 -06:00
printer.swift Update for Xcode 7.0 2015-09-21 18:26:47 -07:00
reader.swift Update for Xcode 7.0 2015-09-21 18:26:47 -07:00
readline.swift Update for Xcode 7.0 2015-09-21 18:26:47 -07:00
run Refactor to use run scripts, remove *_RUNSTEP 2016-05-18 22:29:18 -07:00
step0_repl.swift Update for Xcode 7.0 2015-09-21 18:26:47 -07:00
step1_read_print.swift Update for Xcode 7.0 2015-09-21 18:26:47 -07:00
step2_eval.swift Update for Xcode 7.0 2015-09-21 18:26:47 -07:00
step3_env.swift Update for Xcode 7.0 2015-09-21 18:26:47 -07:00
step4_if_fn_do.swift Update for Xcode 7.0 2015-09-21 18:26:47 -07:00
step5_tco.swift Update for Xcode 7.0 2015-09-21 18:26:47 -07:00
step6_file.swift Update for Xcode 7.0 2015-09-21 18:26:47 -07:00
step7_quote.swift Update for Xcode 7.0 2015-09-21 18:26:47 -07:00
step8_macros.swift julia, matlab, r, rust, swift: fix macro result evaluation 2016-01-26 14:16:20 -06:00
step9_try.swift julia, matlab, r, rust, swift: fix macro result evaluation 2016-01-26 14:16:20 -06:00
stepA_mal.swift julia, matlab, r, rust, swift: fix macro result evaluation 2016-01-26 14:16:20 -06:00
types_class.swift Update for Xcode 7.0 2015-09-21 18:26:47 -07:00
types_enum.swift Update for Xcode 7.0 2015-09-21 18:26:47 -07:00