summaryrefslogtreecommitdiff
path: root/src/lem_interp/ast.lem
AgeCommit message (Collapse)Author
2013-10-10Rename Ast to Interp_ast for the interpreterGabriel Kerneis
2013-10-04Clean up build systemGabriel Kerneis
2013-09-26Adding undefinedKathy Gray
Also interpreter now supports reading and writing of basic registers (i.e with no subranges yet)
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.