| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
OCaml: add make targets for stats
|
|
|
|
|
|
|
|
Ocaml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
Also, use native compilation for everything except Ocaml REPL.
|
|
|
|
|
|
|
|
|
|
|
|
Also, fix grammar.
|
|
|
|
|
|
Also some misc docs/TODO updates.
|
|
Also, cleanup TODO a bit.
|
|
|
|
|
|
|
|
- Can support numbers up to 100 decimal digits in length.
- Still no support for negative numbers or floating point.
- Change time-secs to time-ms and remove conditional in perf.mal
|
|
|