OCaml: put macro flag in metadata rather than special type field
[jackhill/mal.git] / cs /
2015-01-09 Joel MartinAll: add keywords.
2015-01-09 Joel MartinVB.Net, C#: fix cmd line arg handling with --raw
2015-01-09 Joel MartinC#: use closure for RE func. Shorter type names.
2015-01-07 Joel MartinAll: swap step9,A. Fixes for bash, C, perl.
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 MartinRuby,Python,C#: readline history fixes. Ruby include...
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-15 Joel MartinAll: fix get. All pass stepA tests.
2014-04-11 Joel MartinAdd stats-lisp target (only env, core, stepA)
2014-04-10 Joel MartinREADME: add C# info. Cleanup top Makefile.
2014-04-10 Joel MartinC#: add metadata and atoms.
2014-04-10 Joel MartinC#: add stepA_more and core functions.
2014-04-08 Joel MartinC#: add step8_macros
2014-04-08 Joel MartinC#: add step7_quote
2014-04-08 Joel MartinC#: step6_file
2014-04-08 Joel MartinC#: add step5_tco
2014-04-07 Joel MartinCS: add step4_if_fn_do
2014-04-07 Joel MartinCS: add step3_env
2014-04-07 Joel MartinC#: add step2_eval.
2014-04-07 Joel MartinCS: add step1_read_print
2014-04-07 Joel MartinC#: step0_repl using de Icaza's getline.cs