Python Lex & Yacc

Edit Package python-ply

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.

  • Sources inherited from project SUSE:SLE-15-SP4:Update
  • osc checkout SUSE:SLE-15-SP6:Update/python-ply && cd $_
  • Create Badge
Refresh
Refresh
Source Files
Filename Size Changed
ply-3.11.tar.gz 0000159130 155 KB
python-ply-shebangs.patch 0000000368 368 Bytes
python-ply.changes 0000007777 7.59 KB
python-ply.spec 0000003123 3.05 KB
Latest Revision
Samu Voutilainen's avatar Samu Voutilainen (Smar) committed (revision 1)
osc copypac from project:openSUSE.org:SUSE:SLE-15-SP4:Update package:python-ply revision:d7bf6faf0bd29d184bad55e45257aec3
Comments 0