Makefile: fix recursive make of compiled impls.
[jackhill/mal.git] / ocaml /
2015-10-27 Javier Fernandez... Updated from master, solved conflicts
2015-10-27 Joel MartinAll: show comments with stats target.
2015-10-06 Joel MartinTravis: add ocaml, forth and miniMAL.
2015-03-05 Peter StephensMerge branch 'master' into fsharp
2015-03-04 Joel MartinMerge pull request #12 from tebeka/master
2015-03-04 Joel MartinMerge pull request #20 from def-/master
2015-03-02 Joel Martinocaml: fix empty? on vectors.
2015-03-01 Miki TebekaMerge branch 'master' of https://github.com/kanaka/mal
2015-02-28 Joel MartinMerge branch 'ruby1.9' of https://github.com/elektronau...
2015-02-28 Joel MartinMerge pull request #15 from joelpickup/master
2015-02-28 Joel MartinMerge pull request #14 from anton-trunov/guide-small-fix
2015-02-28 Joel MartinMerge pull request #13 from euc/patch-1
2015-02-28 Joel MartinMerge pull request #11 from treeform/patch-1
2015-02-28 Joel MartinAll: rename stepA_interop to stepA_mal
2015-01-30 Joel MartinMerge pull request #4 from Chouser/ocaml
2015-01-30 ChouserOCaml: add make targets for stats
2015-01-30 Joel MartinMerge pull request #3 from Chouser/ocaml
2015-01-30 ChouserOCaml: Fix stepA command-line script running
2015-01-30 ChouserOCaml: Add time-ms
2015-01-30 ChouserOCaml: put macro flag in metadata rather than special...
2015-01-30 ChouserOCaml: self-hosting
2015-01-30 ChouserOCaml: Add step 9
2015-01-30 ChouserOCaml: Add Step 8
2015-01-30 ChouserOcaml: Add step 7
2015-01-30 ChouserOcaml: Finish adding step 6
2015-01-30 ChouserOcaml: Add step 6
2015-01-30 ChouserOcaml: fix list and comment parsing
2015-01-30 ChouserOcaml: fix string escaping and printing
2015-01-30 ChouserOcaml: Use builtin String.concat instead of own join fun
2015-01-30 ChouserOcaml: Add step 5, TCO worked automatically in Ocaml
2015-01-30 ChouserOcaml: All optional tests passing up thru step 4
2015-01-30 ChouserOcaml: add meta, with-meta, and ^ reader support
2015-01-30 ChouserOcaml: Use a real map type
2015-01-30 ChouserOcaml: Add read, print for vector, map
2015-01-30 ChouserOcaml: rename Types.MalList to Types.List
2015-01-30 ChouserOcaml: Add string functions
2015-01-30 ChouserOcaml: Add step 4, but not str fns or optionals.
2015-01-30 ChouserOcaml: Finally fix race conditions in compilation
2015-01-30 ChouserOcaml: Add step 3
2015-01-30 ChouserOcaml: made minor fixes, mostly to Makefile
2015-01-30 ChouserOcaml: Add step 2, nothing optional
2015-01-30 ChouserOcaml: Added step 1, missing some optional functionality
2015-01-30 ChouserOCaml: add step 0