summaryrefslogtreecommitdiff
path: root/src/runtime/c/pgf/lexer.h
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
2012-12-13a top-level API for parsing in the C runtimekr.angelov
2012-03-09libpgf: added simple lexerkr.angelov