File: python-ptk-doc.doc-base.python-ptk

package info (click to toggle)
python-ptk 1.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 388 kB
  • ctags: 928
  • sloc: python: 3,427; makefile: 211
file content (16 lines) | stat: -rw-r--r-- 691 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Document: python-ptk
Title: documentation for PTK Python parsing library
Author: Jérôme Laheurte <jerome@jeromelaheurte.net>
Abstract: PTK is a Python library for lexical analysis and parsing,
 PTK implements LR(1) parsing in Python. Compared to compiled tools
 like Bison, it attempts to spare programmer's time. Python sources
 describe both the grammar and the callbacks, avoiding code
 generation.  Various inputs are accepted: Python 3 asynchronous
 streams, PyZipFile archives, Twisted Deferred objects.
 .
 This manual describes the API.
Section: Programming/Python

Format: HTML
Index: /usr/share/doc/python-ptk-doc/html/index.html
Files: /usr/share/doc/python-ptk-doc/html/*.html