Package: wnpp Severity: wishlist Owner: Nicolas Boulenguez <[email protected]>
* Package name : python-ptk Version : 1.2.0 Upstream Author : Jérôme Laheurte <[email protected]> * URL : https://bitbucket.org/fraca7/ptk * License : LGPL-3 Programming Lang: Python Description : lexical analysis and parsing in Python, without code generation PTK is a LR(1) parser "generator" for Python. It is not actually a "generator" in the sense that it doesn't output source code, using Python's dynamic nature to build everything it needs at runtime instead. Also, it supports asynchronous parsing.

