aboutsummaryrefslogtreecommitdiff
path: root/ocaml/reader.ml
AgeCommit message (Collapse)Author
2015-01-30OCaml: put macro flag in metadata rather than special type fieldChouser
2015-01-30OCaml: Add step 9Chouser
2015-01-30Ocaml: Finish adding step 6Chouser
2015-01-30Ocaml: fix list and comment parsingChouser
2015-01-30Ocaml: fix string escaping and printingChouser
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 step 2, nothing optionalChouser
2015-01-30Ocaml: Added step 1, missing some optional functionalityChouser