summaryrefslogtreecommitdiff
path: root/src/PGF/Parsing
AgeCommit message (Collapse)Author
2009-12-13reorganize the directories under src, and rescue the JavaScript interpreter ↵krasimir
from deprecated
2009-10-23fix typokrasimir
2009-10-23experimental robust parserkrasimir
2009-09-20change the data types and the syntax in PGF to match the new syntax for ↵krasimir
implict arguments
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-16completely phrase based parser and support for pre {} in PMCFGkrasimir
2009-04-30upgrade to GHC 6.10.2krasimir
2008-10-21efficient and nicer implementation for literal categorieskrasimir
2008-10-20the literal categories were slowing down the parser 3 times. this is quick ↵krasimir
and dirty workaround until I find something cleverer.
2008-10-20preparation for dep. types. The -cat option can take any type instead of ↵krasimir
just a category. The PGF API is generalized as well.
2008-10-15high-order syntax in PMCFGkrasimir
2008-10-15threat category _Var as a literal categorykrasimir
2008-10-15generate metavariables in the tree extraction for PMCFGkrasimir
2008-10-15store the total number of PMCFG categories in the PGF filekrasimir
2008-10-14literal categories in the incremental parserkrasimir
2008-10-14pass the full Tokn type to the add function not just the KS stringkrasimir
2008-10-14the new optimized incremental parser and the common subexpression ↵krasimir
elimination optimization in PMCFG
2008-09-16fix the segmentation fault with Swedishkrasimir
2008-06-25changed names of resource-1.3; added a note on homepage on releaseaarne