summaryrefslogtreecommitdiff
path: root/src/PGF/PMCFG.hs
AgeCommit message (Expand)Author
2009-12-13reorganize the directories under src, and rescue the JavaScript interpreter f...krasimir
2009-09-23bugfix in the filterProds functionkrasimir
2009-09-23the pmcfg_pretty printer now prints the actual grammar used for parsingkrasimir
2009-09-11polish the PGF API and make Expr and Type abstract types. Tree is a type syno...krasimir
2009-09-08now the datatype Tree is only internal. All API functions are working with Ex...krasimir
2009-06-18the PMCFG lexical categories are not printed out with prefix C i.e. CInt,.. t...krasimir
2009-06-18bugfix: the optimizer should not filter out rules that refer to lexical categ...krasimir
2009-06-16completely phrase based parser and support for pre {} in PMCFGkrasimir
2009-05-18added filtering for useless productions in PMCFGkrasimir
2009-04-15proper pretty printing of tokens in PGF.PMCFGkrasimir
2009-03-09special cases for printing the build-in PMCFG categorieskrasimir
2009-02-08fixes in the pretty printer for PMCFGkrasimir
2009-02-07PMCFG pretty printerkrasimir