1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 10:07:45 +03:00
mal/c
Joel Martin 01c9731649 All: swap step9,A. Fixes for bash, C, perl.
step9_interop -> stepA_interop
stepA_more -> step9_try

C: fix glib headers
bash: behavior change of declare -A and pattern replacement.
perl: squelch new 5.18 warnings related to switch/given statement.

Also, include some in-progress interop related files.
2015-01-06 21:57:24 -06:00
..
tests All: swap step9,A. Fixes for bash, C, perl. 2015-01-06 21:57:24 -06:00
core.c All: perf test, Makefile refactor, add *host-language* 2014-04-17 21:49:07 -05:00
core.h All: perf test, Makefile refactor, add *host-language* 2014-04-17 21:49:07 -05:00
env.c All: split types into types, env, printer, core. 2014-04-02 22:23:37 -05: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: swap step9,A. Fixes for bash, C, perl. 2015-01-06 21:57:24 -06:00
printer.c All: split types into types, env, printer, core. 2014-04-02 22:23:37 -05:00
printer.h All: split types into types, env, printer, core. 2014-04-02 22:23:37 -05:00
reader.c All: swap step9,A. Fixes for bash, C, perl. 2015-01-06 21:57:24 -06:00
reader.h Current state of mal for Clojure West lighting talk. 2014-03-24 16:32:24 -05:00
readline.c Current state of mal for Clojure West lighting talk. 2014-03-24 16:32:24 -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: *ARGV* and *host-language*. Misc syncing/fixes. 2014-04-19 13:04:09 -05:00
step4_if_fn_do.c All: *ARGV* and *host-language*. Misc syncing/fixes. 2014-04-19 13:04:09 -05:00
step5_tco.c All: TCO let* and quasiquote. 2014-04-23 21:59:50 -05:00
step6_file.c All: TCO let* and quasiquote. 2014-04-23 21:59:50 -05:00
step7_quote.c All: TCO let* and quasiquote. 2014-04-23 21:59:50 -05:00
step8_macros.c All: TCO let* and quasiquote. 2014-04-23 21:59:50 -05:00
step9_try.c All: swap step9,A. Fixes for bash, C, perl. 2015-01-06 21:57:24 -06:00
stepA_interop.c All: swap step9,A. Fixes for bash, C, perl. 2015-01-06 21:57:24 -06:00
types.c All: move some fns to core. Major cleanup. 2014-04-16 23:57:50 -05:00
types.h All: move some fns to core. Major cleanup. 2014-04-16 23:57:50 -05:00