summaryrefslogtreecommitdiff
path: root/src/PGF/Raw/Convert.hs
AgeCommit message (Collapse)Author
2008-10-28binary serialization for PGFkrasimir
2008-10-21efficient and nicer implementation for literal categorieskrasimir
2008-10-16Moved parser building in the PGF interpreter to PGF.hs from ↵bjorn
PGF/Raw/Convert.hs, in preparation for doing something more clever about it (e.g. looking at the parser flag).
2008-10-15store the total number of PMCFG categories in the PGF filekrasimir
2008-10-14the new optimized incremental parser and the common subexpression ↵krasimir
elimination optimization in PMCFG
2008-09-16build parsers on demand if they aren't in the PGF filekrasimir
2008-08-18When producing PGF, do UTF-8 encoding of the whole file after pretty ↵bjorn
printing instead of walking through the PGF structure before pretty-printing. The old code was brittle, and only converted strings in the lins and opers, not in printnames and parsers. The old code also double encoded some grammars when using gfc to combine PGF files.
2008-06-25changed names of resource-1.3; added a note on homepage on releaseaarne