summaryrefslogtreecommitdiff
path: root/src/PGF/PMCFG.hs
AgeCommit message (Collapse)Author
2009-12-13reorganize the directories under src, and rescue the JavaScript interpreter ↵krasimir
from deprecated
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 ↵krasimir
synonym of Expr
2009-09-08now the datatype Tree is only internal. All API functions are working with ↵krasimir
Expr directly. Commands gt, gr, p and rf filter out the output via the typechecker
2009-06-18the PMCFG lexical categories are not printed out with prefix C i.e. CInt,.. ↵krasimir
to make them different from the same PGF categories
2009-06-18bugfix: the optimizer should not filter out rules that refer to lexical ↵krasimir
categories
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