summaryrefslogtreecommitdiff
path: root/src/runtime/c/utils/pgf-chunk.c
AgeCommit message (Collapse)Author
2013-06-26patch for adjustable heuristics from Pythonkr.angelov
2013-02-01This patch removes Gregoire's parse_tokens function in the python binding ↵kr.angelov
and adds another implementation which builds on the existing API for lexers in the C runtime. Now it is possible to write incremental Lexers in Python
2012-12-19rename linearize.{h/c} to linearizer.{h/c} which follows the convention used ↵kr.angelov
in parser.c and reasoner.c
2012-12-13a top-level API for parsing in the C runtimekr.angelov
2012-12-12started an official API to the C runtimekr.angelov
2012-12-03added experimental script for chunking in the C runtimekr.angelov