README: instructions on running tests.
[jackhill/mal.git] / ps /
2014-04-24 Joel MartinMerge commit 'e47ddca2f8d80145386a377fc81a738d89c46cf0'
2014-04-24 Joel MartinAll: TCO let* and quasiquote.
2014-04-19 Joel MartinAll: *ARGV* and *host-language*. Misc syncing/fixes.
2014-04-18 Joel MartinAll: perf test, Makefile refactor, add *host-language*
2014-04-17 Joel MartinAll: move some fns to core. Major cleanup.
2014-04-16 Joel MartinPS: fix concat with no args and conj.
2014-04-15 Joel MartinPS: fix meta return value when obj has no meta
2014-04-15 Joel MartinPS: fix function closures. Self-hosted up to step7.
2014-04-11 Joel MartinAdd stats-lisp target (only env, core, stepA)
2014-04-10 Joel MartinFix metadata on functions.
2014-04-06 Joel MartinPS: fix string escaping. Passes all tests.
2014-04-06 Joel MartinPS: add vector, hash-map, atoms and metadata.
2014-04-03 Joel MartinAll: split types into types, env, printer, core.
2014-04-02 Joel MartinPS: add stepA_more.
2014-04-02 Joel MartinPS: add step9_interop: (ps* str)
2014-04-01 Joel MartinPS: add step8_macros.
2014-03-31 Joel MartinPS: add step7_quote
2014-03-30 Joel MartinPS: add ste6_file.
2014-03-29 Joel MartinPS: add step5_tco.
2014-03-29 Joel MartinPS: fix string length calc for printing integers.
2014-03-29 Joel MartinPS: add step4_if_fn_do
2014-03-29 Joel MartinPS: error handling, throw, print excpetions without...
2014-03-29 Joel MartinPS: add step3_env
2014-03-29 Joel MartinPS: step2_eval
2014-03-29 Joel MartinPS: minimal step1_read_print
2014-03-29 Joel MartinUpdate README.md and TODO. Minor PS update.
2014-03-26 Joel MartinPS: add notes for running postscript.
2014-03-25 Joel MartinPostscript: step0_repl.ps