Lua: all steps and self-hosting.
authorJoel Martin <github@martintribe.org>
Fri, 9 Jan 2015 05:25:40 +0000 (23:25 -0600)
committerJoel Martin <github@martintribe.org>
Fri, 9 Jan 2015 05:25:40 +0000 (23:25 -0600)
commit9d42904e47c50c5ff2306da04993b2a32bc9cd16
treee1b2d46a232e6573dc2c185967ebe988be3db973
parentfd888612ca589d7e1a46c36fc3fe12aed126f6a8
Lua: all steps and self-hosting.

Also some misc docs/TODO updates.
24 files changed:
.gitignore
Makefile
README.md
docs/TODO
lua/Makefile [new file with mode: 0644]
lua/core.lua [new file with mode: 0644]
lua/env.lua [new file with mode: 0644]
lua/printer.lua [new file with mode: 0644]
lua/reader.lua [new file with mode: 0644]
lua/readline.lua [new file with mode: 0644]
lua/step0_repl.lua [new file with mode: 0755]
lua/step1_read_print.lua [new file with mode: 0755]
lua/step2_eval.lua [new file with mode: 0755]
lua/step3_env.lua [new file with mode: 0755]
lua/step4_if_fn_do.lua [new file with mode: 0755]
lua/step5_tco.lua [new file with mode: 0755]
lua/step6_file.lua [new file with mode: 0755]
lua/step7_quote.lua [new file with mode: 0755]
lua/step8_macros.lua [new file with mode: 0755]
lua/step9_try.lua [new file with mode: 0755]
lua/stepA_interop.lua [new file with mode: 0755]
lua/types.lua [new file with mode: 0644]
lua/utils.lua [new file with mode: 0644]
tests/step9_try.mal