Haxe: add C++, JS, Neko targets. Make neko default.
authorJoel Martin <github@martintribe.org>
Tue, 26 Jan 2016 05:37:47 +0000 (23:37 -0600)
committerJoel Martin <github@martintribe.org>
Tue, 26 Jan 2016 05:37:47 +0000 (23:37 -0600)
commit32d0a1cfdbd3e3e609c4e2c0d482930747692225
tree2f29bc6c51ac5c9e458b05dbcc6396f7d0c3f1d0
parent1d166495107408b10b87ce2592aa42e830300f97
Haxe: add C++, JS, Neko targets. Make neko default.
19 files changed:
.gitignore
Makefile
haxe/Compat.hx [new file with mode: 0644]
haxe/Dockerfile
haxe/Makefile
haxe/Step0_repl.hx
haxe/Step1_read_print.hx
haxe/Step2_eval.hx
haxe/Step3_env.hx
haxe/Step4_if_fn_do.hx
haxe/Step5_tco.hx
haxe/Step6_file.hx
haxe/Step7_quote.hx
haxe/Step8_macros.hx
haxe/Step9_try.hx
haxe/StepA_mal.hx
haxe/core/Core.hx
haxe/node_readline.js [new file with mode: 0644]
haxe/package.json [new file with mode: 0644]