Meta Configuration of Package python-ply
13
1
<package name="python-ply" project="SUSE:SLE-15-SP4:Update">
2
<title>Python Lex & Yacc</title>
3
<description>PLY is yet another implementation of lex and yacc for Python. Some notable
4
features include the fact that its implemented entirely in Python and it
5
uses LALR(1) parsing which is efficient and well suited for larger grammars.
6
7
PLY provides most of the standard lex/yacc features including support for empty
8
productions, precedence rules, error recovery, and support for ambiguous grammars.
9
10
PLY is extremely easy to use and provides very extensive error checking.
11
It is compatible with both Python 2 and Python 3.</description>
12
</package>
13