aboutsummaryrefslogtreecommitdiff
path: root/src/boot/util/fmt.ml
Commit message (Collapse)AuthorAgeFilesLines
* Another go at changing compile-command, this time using RBUILD env var.Graydon Hoare2011-03-251-1/+1
|
* Revert "Bulk-edit compile commands in emacs chatter to point to assumed ↵Graydon Hoare2011-03-251-1/+1
| | | | | | build/ dir off src root." This reverts commit 846f2e2ba994268725f38c36fa12f1a09f21615c.
* Bulk-edit compile commands in emacs chatter to point to assumed build/ dir ↵Graydon Hoare2011-03-251-1/+1
| | | | off src root.
* Add Ast.ATOM_pexp and -pexp mode wherein pexps live beyond parsing, into ↵Graydon Hoare2010-09-151-2/+5
| | | | later stages. Fixes to pexp pretty printer.
* Add fmt module, move out some common format helpers, add ↵Graydon Hoare2010-06-241-0/+83
instruction-selection tracing and make selection use queues rather than list refs.