summaryrefslogtreecommitdiff
path: root/language/Makefile
AgeCommit message (Collapse)Author
2013-10-04Clean up build systemGabriel Kerneis
2013-09-09Fixes bugs in pretty printer to generate legal lem syntax; split ott grammar ↵Kathy Gray
and rules for lem ast generation; created a new directory for the lem interpreter and moved the Lem ast to it.
2013-09-05workaround likely aux rule bugPeter Sewell
2013-09-05More type checking, and trying to generate Lem from the ottKathy Gray
2013-07-26Remove white space/terminal trackingKathy Gray
2013-07-17wibPeter Sewell
2013-07-17Separated ott file for parsable AST and parser changesKathy Gray
2013-07-12Parser in progress, and more src files for plumbing parsing, lexing and ↵Kathy Gray
eventual type checking together
2013-07-11and matching .ottPeter Sewell
2013-07-03Clean up some missed _ s in ott file; move the generated ml file to be ast ↵Kathy Gray
in a source directory; add source directory and generated ast.
2013-06-22use new Ott aux hom to auto-generate location-annotated rules (to reducePeter Sewell
the noise). More harmonisation of location annotation for identifiers and of production-name prefixes still needed.
2013-06-20Initial commit adding the language files, as requested by Peter in our meeting.Dominic Mulligan