1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 18:18:51 +03:00
mal/c
Joel Martin dbac60df00 All: move metadata, atoms, readline, conj to stepA.
- Move some of the more optional things (conj, readline) to stepA. All
  implementations pass step9 tests now.
- Move metadata and atoms to stepA.
- Update step9 and stepA diagrams.
2015-03-14 17:17:14 -05:00
..
tests All: rename stepA_interop to stepA_mal 2015-02-28 11:09:54 -06:00
core.c All: move metadata, atoms, readline, conj to stepA. 2015-03-14 17:17:14 -05:00
core.h All: add keywords. 2015-01-09 16:16:50 -06:00
env.c All: add keywords. 2015-01-09 16:16:50 -06:00
interop.c Current state of mal for Clojure West lighting talk. 2014-03-24 16:32:24 -05:00
interop.h Current state of mal for Clojure West lighting talk. 2014-03-24 16:32:24 -05:00
Makefile All: rename stepA_interop to stepA_mal 2015-02-28 11:09:54 -06:00
printer.c All: add keywords. 2015-01-09 16:16:50 -06:00
printer.h All: split types into types, env, printer, core. 2014-04-02 22:23:37 -05:00
reader.c All: add keywords. 2015-01-09 16:16:50 -06:00
reader.h Current state of mal for Clojure West lighting talk. 2014-03-24 16:32:24 -05:00
readline.c Tests: add testing Dockerfile. Impl fixes. 2015-03-11 22:22:35 -05:00
readline.h Current state of mal for Clojure West lighting talk. 2014-03-24 16:32:24 -05:00
step0_repl.c Current state of mal for Clojure West lighting talk. 2014-03-24 16:32:24 -05:00
step1_read_print.c All: *ARGV* and *host-language*. Misc syncing/fixes. 2014-04-19 13:04:09 -05:00
step2_eval.c All: *ARGV* and *host-language*. Misc syncing/fixes. 2014-04-19 13:04:09 -05:00
step3_env.c All: add keywords. 2015-01-09 16:16:50 -06:00
step4_if_fn_do.c All: add keywords. 2015-01-09 16:16:50 -06:00
step5_tco.c All: add keywords. 2015-01-09 16:16:50 -06:00
step6_file.c All: add keywords. 2015-01-09 16:16:50 -06:00
step7_quote.c All: add keywords. 2015-01-09 16:16:50 -06:00
step8_macros.c All: add keywords. 2015-01-09 16:16:50 -06:00
step9_try.c All: add keywords. 2015-01-09 16:16:50 -06:00
stepA_mal.c All: rename stepA_interop to stepA_mal 2015-02-28 11:09:54 -06:00
types.c All: add keywords. 2015-01-09 16:16:50 -06:00
types.h All: add keywords. 2015-01-09 16:16:50 -06:00