1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 10:07:45 +03:00
mal/miniMAL
Joel Martin 8e2d4a4ccb Dist/packaging for most impls. erlang, racket *ARGV* fixes.
Also in this commit:
- fix *ARGV* setup in erlang and racket.
- print startup message in fsharp

Dist/packaging support for most implementations and also generate
a */mal standalone app for most languages. The following
implementations still have ability to generate a single */mal
standalone application:
    - guile
    - julia
    - matlab (mkoctfile doesn't actually package up source files)
    - swift
    - vb (mkbundle error)

Also, the following are mostly packaged into a single file but need
some module dependencies
    - coffee: requires node_modules/ffi
    - es6: requires node_modules/ffi
    - js: requires node_modules/ffi
    - lua: module 'readline' not found
    - miniMAL: cannot find module '/mal/node_readline.js'
    - r: needs lib directory
2016-02-24 00:45:40 -06:00
..
core.json factor, go, guile, miniMAL, ps: Fix (first nil) and (rest nil) 2016-02-03 21:23:47 -05:00
Dockerfile Travis: add ocaml, forth and miniMAL. 2015-10-06 13:28:11 -05:00
env.json miniMAL: add step4 (without functions). 2015-02-24 09:17:42 -06:00
Makefile Dist/packaging for most impls. erlang, racket *ARGV* fixes. 2016-02-24 00:45:40 -06:00
miniMAL-core.json Travis: fix/activate miniMAL. Simplify .travis* 2015-10-09 22:45:48 -05:00
node_readline.js miniMAL: step9 2015-02-15 23:33:08 -06:00
package.json miniMAL: add install of ffi dep. 2015-10-09 23:11:47 -05:00
printer.json miniMAL: add classOf and fix printing. 2015-02-25 23:01:16 -06:00
reader.json All: fix read/print of \\, and \n 2015-10-30 22:05:49 -05:00
step0_repl.json All step0: add test, fix bugs, remove step0 eval. 2015-03-07 09:04:07 -06:00
step1_read_print.json miniMAL: step2 2015-02-11 22:31:39 -06:00
step2_eval.json miniMAL: keyword, vector and hash-map support. 2015-02-16 00:33:30 -06:00
step3_env.json miniMAL: keyword, vector and hash-map support. 2015-02-16 00:33:30 -06:00
step4_if_fn_do.json miniMAL: keyword, vector and hash-map support. 2015-02-16 00:33:30 -06:00
step5_tco.json miniMAL: keyword, vector and hash-map support. 2015-02-16 00:33:30 -06:00
step6_file.json miniMAL: keyword, vector and hash-map support. 2015-02-16 00:33:30 -06:00
step7_quote.json miniMAL: Fix exception in `(nil) 2015-12-28 23:06:36 +02:00
step8_macros.json coffee, es6, js, mal, miniMAL: fix macro result evaluation 2016-01-25 21:22:21 -05:00
step9_try.json coffee, es6, js, mal, miniMAL: fix macro result evaluation 2016-01-25 21:22:21 -05:00
stepA_mal.json Merge pull request #146 from dubek/fix-macro-eval 2016-01-26 14:16:55 -06:00
types.json Haxe, Julia, miniMAL: self-hosting fixes. 2016-02-05 13:27:30 -06:00