1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 01:57:09 +03:00
mal/objpascal
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
..
regexpr/Source ObjPascal: add Sorokin RegExpr.pas to repo. 2016-03-13 17:46:06 -05:00
tests Tests: move step5 non-TCO tests to per impl. 2016-03-14 23:39:21 -05:00
core.pas ObjPascal: use CTypes for libedit/readline. 2016-03-14 00:07:01 -05:00
Dockerfile Object Pascal: full implementation. Test cleanup. 2016-03-13 17:12:01 -05:00
Makefile ObjPascal: use CTypes for libedit/readline. 2016-03-14 00:07:01 -05:00
mal_env.pas Object Pascal: full implementation. Test cleanup. 2016-03-13 17:12:01 -05:00
mal_func.pas Object Pascal: full implementation. Test cleanup. 2016-03-13 17:12:01 -05:00
mal_readline.pas ObjPascal: gitignore regexpr, mal_readline comments. 2016-03-14 10:59:05 -05:00
mal_types.pas ObjPascal: use CTypes for libedit/readline. 2016-03-14 00:07:01 -05:00
printer.pas Object Pascal: full implementation. Test cleanup. 2016-03-13 17:12:01 -05:00
reader.pas Object Pascal: full implementation. Test cleanup. 2016-03-13 17:12:01 -05:00
run Refactor to use run scripts, remove *_RUNSTEP 2016-05-18 22:29:18 -07:00
step0_repl.pas ObjPascal: use CTypes for libedit/readline. 2016-03-14 00:07:01 -05:00
step1_read_print.pas ObjPascal: use CTypes for libedit/readline. 2016-03-14 00:07:01 -05:00
step2_eval.pas objpascal: fix empty list evaluation. 2016-04-02 17:27:43 -05:00
step3_env.pas objpascal: fix empty list evaluation. 2016-04-02 17:27:43 -05:00
step4_if_fn_do.pas objpascal: fix empty list evaluation. 2016-04-02 17:27:43 -05:00
step5_tco.pas objpascal: fix empty list evaluation. 2016-04-02 17:27:43 -05:00
step6_file.pas objpascal: fix empty list evaluation. 2016-04-02 17:27:43 -05:00
step7_quote.pas objpascal: fix empty list evaluation. 2016-04-02 17:27:43 -05:00
step8_macros.pas objpascal: fix empty list evaluation. 2016-04-02 17:27:43 -05:00
step9_try.pas objpascal: fix empty list evaluation. 2016-04-02 17:27:43 -05:00
stepA_mal.pas objpascal: fix empty list evaluation. 2016-04-02 17:27:43 -05:00