aboutsummaryrefslogtreecommitdiff
path: root/ocaml
AgeCommit message (Collapse)Author
2015-03-02ocaml: fix empty? on vectors.Joel Martin
2015-02-28All: rename stepA_interop to stepA_malJoel Martin
Also, add missed postscript interop tests.
2015-01-30OCaml: add make targets for statsChouser
2015-01-30OCaml: Fix stepA command-line script runningChouser
2015-01-30OCaml: Add time-msChouser
2015-01-30OCaml: put macro flag in metadata rather than special type fieldChouser
2015-01-30OCaml: self-hostingChouser
2015-01-30OCaml: Add step 9Chouser
2015-01-30OCaml: Add Step 8Chouser
2015-01-30Ocaml: Add step 7Chouser
2015-01-30Ocaml: Finish adding step 6Chouser
2015-01-30Ocaml: Add step 6Chouser
2015-01-30Ocaml: fix list and comment parsingChouser
2015-01-30Ocaml: fix string escaping and printingChouser
2015-01-30Ocaml: Use builtin String.concat instead of own join funChouser
2015-01-30Ocaml: Add step 5, TCO worked automatically in OcamlChouser
2015-01-30Ocaml: All optional tests passing up thru step 4Chouser
2015-01-30Ocaml: add meta, with-meta, and ^ reader supportChouser
2015-01-30Ocaml: Use a real map typeChouser
T.Map is now a real OCaml binary-tree map, and supports arbitrary mal value types for both keys and values. Metadata support is provided in the data objects, but not yet in the printer, reader, or core library.
2015-01-30Ocaml: Add read, print for vector, mapChouser
2015-01-30Ocaml: rename Types.MalList to Types.ListChouser
2015-01-30Ocaml: Add string functionsChouser
2015-01-30Ocaml: Add step 4, but not str fns or optionals.Chouser
2015-01-30Ocaml: Finally fix race conditions in compilationChouser
Also, use native compilation for everything except Ocaml REPL.
2015-01-30Ocaml: Add step 3Chouser
2015-01-30Ocaml: made minor fixes, mostly to MakefileChouser
2015-01-30Ocaml: Add step 2, nothing optionalChouser
2015-01-30Ocaml: Added step 1, missing some optional functionalityChouser
2015-01-30OCaml: add step 0Chouser