loongson/pypi/: ply-3.11 metadata and description

Homepage Simple index

Python Lex & Yacc

author David Beazley
author_email dave@dabeaz.com
classifiers
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 2
license BSD
maintainer David Beazley
maintainer_email dave@dabeaz.com
platform
  • UNKNOWN

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
ply-3.11-py2.py3-none-any.whl
Size
47 KB
Type
Python Wheel
Python
2.7
ply-3.11.tar.gz
Size
163 KB
Type
Source

PLY is yet another implementation of lex and yacc for Python. Some notable features include the fact that its implemented entirely in Python and it uses LALR(1) parsing which is efficient and well suited for larger grammars.

PLY provides most of the standard lex/yacc features including support for empty productions, precedence rules, error recovery, and support for ambiguous grammars.

PLY is extremely easy to use and provides very extensive error checking. It is compatible with both Python 2 and Python 3.