1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 10:07:45 +03:00
mal/haxe
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 cpp, haxe, rust: Fix (first nil) and (rest nil) 2016-02-03 21:23:48 -05:00
env Haxe: add missed Env.hx file. 2016-01-28 20:50:57 -06:00
printer Haxe: step7-A, hash-maps, metadata, self-hosting. 2016-01-25 22:51:58 -06:00
reader Haxe: step7-A, hash-maps, metadata, self-hosting. 2016-01-25 22:51:58 -06:00
types cpp, haxe, rust: Fix (first nil) and (rest nil) 2016-02-03 21:23:48 -05:00
Compat.hx Haxe: add C++, JS, Neko targets. Make neko default. 2016-01-25 23:37:47 -06:00
Dockerfile Haxe: add C++, JS, Neko targets. Make neko default. 2016-01-25 23:37:47 -06:00
Makefile Dist/packaging for most impls. erlang, racket *ARGV* fixes. 2016-02-24 00:45:40 -06:00
node_readline.js Haxe: add C++, JS, Neko targets. Make neko default. 2016-01-25 23:37:47 -06:00
package.json Haxe: add C++, JS, Neko targets. Make neko default. 2016-01-25 23:37:47 -06:00
Step0_repl.hx Haxe: add C++, JS, Neko targets. Make neko default. 2016-01-25 23:37:47 -06:00
Step1_read_print.hx Haxe: add C++, JS, Neko targets. Make neko default. 2016-01-25 23:37:47 -06:00
Step2_eval.hx Haxe: add C++, JS, Neko targets. Make neko default. 2016-01-25 23:37:47 -06:00
Step3_env.hx Haxe: add C++, JS, Neko targets. Make neko default. 2016-01-25 23:37:47 -06:00
Step4_if_fn_do.hx Haxe: add C++, JS, Neko targets. Make neko default. 2016-01-25 23:37:47 -06:00
Step5_tco.hx Haxe: add C++, JS, Neko targets. Make neko default. 2016-01-25 23:37:47 -06:00
Step6_file.hx Haxe, Julia, miniMAL: self-hosting fixes. 2016-02-05 13:27:30 -06:00
Step7_quote.hx Haxe, Julia, miniMAL: self-hosting fixes. 2016-02-05 13:27:30 -06:00
Step8_macros.hx Haxe, Julia, miniMAL: self-hosting fixes. 2016-02-05 13:27:30 -06:00
Step9_try.hx Haxe, Julia, miniMAL: self-hosting fixes. 2016-02-05 13:27:30 -06:00
StepA_mal.hx Haxe, Julia, miniMAL: self-hosting fixes. 2016-02-05 13:27:30 -06:00