summaryrefslogtreecommitdiff
path: root/src/runtime/c/utils/pgf-parse.c
AgeCommit message (Collapse)Author
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
2013-01-08fix warnings in pgf-parse.ckr.angelov
2013-01-08New PGF utility: pgf-parsepeter.ljunglof