Implement step A
[jackhill/mal.git] / ocaml /
2016-08-06 Vasilij SchneidermannMerge branch 'master' into chuck-implementation
2016-05-19 Joel MartinRefactor to use run scripts, remove *_RUNSTEP
2016-05-17 Joel MartinMerge pull request #212 from dubek/argv-testing
2016-05-11 Dov Murikocaml: Remove debug prints in step6 & step7
2016-04-05 Joel MartinMerge pull request #194 from dubek/literal-empty-list
2016-03-28 Dov Murikocaml: Fix exception on literal empty list
2016-03-20 Chris M MooreUpdate from master
2016-03-15 Joel MartinTests: move step5 non-TCO tests to per impl.
2016-03-04 Joel MartinMerge pull request #181 from wasamasa/fix-typos
2016-03-02 Joel MartinMerge branch 'wasamasa-elisp'
2016-03-02 Vasilij SchneidermannMerge branch 'master' into elisp
2016-02-27 Joel MartinMerge pull request #178 from dubek/fix-negative
2016-02-26 Dov Murikocaml: fix negative numbers handling
2016-02-24 Joel MartinMerge branch 'issue_166_string_ops' of github.com:kanak...
2016-02-24 Joel MartinMerge branch 'master' into issue_166_string_ops
2016-02-24 Joel MartinAdd dist targets to most implementations.
2016-02-21 Chris M MooreMerged master into ada branch + fix Makefile
2016-02-12 Joel MartinMerge pull request #171 from dubek/ocaml-clear-exceptions
2016-02-12 Dov Murikocaml: Clearer top-level exception handling
2016-02-11 Joel MartinMerge pull request #167 from dubek/issue_166_ocaml
2016-02-11 Dov Murikocaml: add seq and string?
2016-01-29 Joel MartinMerge pull request #156 from omarrayward/explain-regexp...
2016-01-26 Joel MartinMerge branch 'Haxe'
2016-01-26 Joel MartinMerge pull request #146 from dubek/fix-macro-eval
2016-01-26 Joel MartinMerge pull request #143 from dubek/add-gensym
2016-01-23 Dov MurikAdd gensym and clean `or` macro to stepA of 12 implemen...
2015-12-28 Joel MartinMerge pull request #137 from ivern/kotlin
2015-12-18 Joel MartinMerge commit '069f90b'
2015-12-17 Dov Murikocaml: don't print commas in hash-maps
2015-11-23 Joel MartinMerge pull request #120 from def-/master
2015-11-23 Joel MartinMerge pull request #121 from dubek/lua-time-ms
2015-11-23 Joel MartinMerge pull request #119 from dubek/racket-fix-hash...
2015-11-23 Joel MartinMerge pull request #118 from dubek/ocaml-fix-hash-equality
2015-11-22 Dov Murikocaml: fix hash equality
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