summaryrefslogtreecommitdiff
path: root/src/runtime/python/pypgf.c
AgeCommit message (Collapse)Author
2013-01-29bugfix in the reference counting for Pythonkr.angelov
2013-01-29the Python binding is in pure C againkr.angelov
2013-01-07now the Python binding has an alternative representation for abstract trees ↵kr.angelov
which is composed of Python objects. The new representation is not integrated with the core runtime yet
2012-12-14a bit more flexible API for parsing in Pythonkr.angelov
2012-12-14The first prototype for exhaustive generation in the C runtime. The trees ↵kr.angelov
are always listed in decreasing probability order. There is also an API for generation from Python
2012-12-13an initial API for parsing and linearization from Pythonkr.angelov
2012-12-12an initial Python binding to the C runtimekr.angelov