summaryrefslogtreecommitdiff
path: root/src/runtime/c/pgf/data.c
AgeCommit message (Expand)Author
2012-09-18the C runtime now has a type prob_t which is used only for probability valueskr.angelov
2012-06-13Use a separated tag for meta productions in the robust parser. This cleans up...kr.angelov
2012-06-12now the robust parser is purely top-down and the meta rules compete on a fair...kr.angelov
2012-03-12libpgf: a new implementation for literals which also allows custom literals. ...kr.angelov
2012-03-07libpgf: implementation for built in literal categorieskr.angelov
2012-03-05libpgf: now all concrete functions and categories are explicitly linked to th...kr.angelov
2012-02-29libpgf: the first prototype for the robust parserkr.angelov
2012-02-21libpgf: added index for fast lexicon lookup. Still not perfectkr.angelov
2012-02-17libpgf: simplify the loading of PgfCncCatkr.angelov
2012-01-24libpgf: few fixes to make the loading of grammars with def rules possiblekr.angelov
2012-01-23libpgf: move the lindefs field from PgfCncCat to PgfCCat. display the list in...kr.angelov
2012-01-21added an API for printing the PGF to human readable formatkr.angelov
2012-01-20initial import of the C runtimekr.angelov