Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python-ply-3.11-3 RPM for noarch

From OpenMandriva Cooker for aarch64 / main / release

Name: python-ply Distribution: OpenMandriva Lx
Version: 3.11 Vendor: OpenMandriva
Release: 3 Build date: Tue Mar 22 13:53:24 2022
Group: Development/Python Build host: builder2-4.openmandriva.org
Size: 772007 Source RPM: python-ply-3.11-3.src.rpm
Packager: bero_massbuild <bero+massbuild@lindev.ch>
Url: http://www.dabeaz.com/ply/
Summary: Python Lex-Yacc
PLY is an implementation of lex and yacc parsing tools for Python.

In a nutshell, PLY is nothing more than a straightforward lex/yacc
implementation. Here is a list of its essential features:

 * It's implemented entirely in Python.
 * It uses LR-parsing which is reasonably 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 straightforward to use and provides very extensive error checking.
 * PLY doesn't try to do anything more or less than provide the basic
   lex/yacc functionality. In other words, it's not a large parsing
   framework or a component of some larger system.

The original version of PLY was developed in 2001 for use in an
Introduction to Compilers course where students used it to build a
compiler for a simple Pascal-like language. Because of its use in an
instructional setting, a lot of work went into providing extensive
error checking. In addition, this experience was used to sort out
common usability problems. Since then, a variety of incremental
improvements have been made to the system. PLY-3.0 adds support for
Python 3.0 and gives PLY's internals a much needed overhaul.

Provides

Requires

License

BSD-like

Files

/usr/lib/python3.11/site-packages/ply
/usr/lib/python3.11/site-packages/ply-3.11-py3.11.egg-info
/usr/lib/python3.11/site-packages/ply/__init__.py
/usr/lib/python3.11/site-packages/ply/cpp.py
/usr/lib/python3.11/site-packages/ply/ctokens.py
/usr/lib/python3.11/site-packages/ply/lex.py
/usr/lib/python3.11/site-packages/ply/yacc.py
/usr/lib/python3.11/site-packages/ply/ygen.py
/usr/share/doc/python-ply
/usr/share/doc/python-ply/CHANGES
/usr/share/doc/python-ply/TODO
/usr/share/doc/python-ply/doc
/usr/share/doc/python-ply/doc/internal.html
/usr/share/doc/python-ply/doc/makedoc.py
/usr/share/doc/python-ply/doc/ply.html
/usr/share/doc/python-ply/example
/usr/share/doc/python-ply/example/BASIC
/usr/share/doc/python-ply/example/BASIC/README
/usr/share/doc/python-ply/example/BASIC/basic.py
/usr/share/doc/python-ply/example/BASIC/basiclex.py
/usr/share/doc/python-ply/example/BASIC/basiclog.py
/usr/share/doc/python-ply/example/BASIC/basinterp.py
/usr/share/doc/python-ply/example/BASIC/basparse.py
/usr/share/doc/python-ply/example/BASIC/dim.bas
/usr/share/doc/python-ply/example/BASIC/func.bas
/usr/share/doc/python-ply/example/BASIC/gcd.bas
/usr/share/doc/python-ply/example/BASIC/gosub.bas
/usr/share/doc/python-ply/example/BASIC/hello.bas
/usr/share/doc/python-ply/example/BASIC/linear.bas
/usr/share/doc/python-ply/example/BASIC/maxsin.bas
/usr/share/doc/python-ply/example/BASIC/powers.bas
/usr/share/doc/python-ply/example/BASIC/rand.bas
/usr/share/doc/python-ply/example/BASIC/sales.bas
/usr/share/doc/python-ply/example/BASIC/sears.bas
/usr/share/doc/python-ply/example/BASIC/sqrt1.bas
/usr/share/doc/python-ply/example/BASIC/sqrt2.bas
/usr/share/doc/python-ply/example/GardenSnake
/usr/share/doc/python-ply/example/GardenSnake/GardenSnake.py
/usr/share/doc/python-ply/example/GardenSnake/README
/usr/share/doc/python-ply/example/README
/usr/share/doc/python-ply/example/ansic
/usr/share/doc/python-ply/example/ansic/README
/usr/share/doc/python-ply/example/ansic/clex.py
/usr/share/doc/python-ply/example/ansic/cparse.py
/usr/share/doc/python-ply/example/calc
/usr/share/doc/python-ply/example/calc/calc.py
/usr/share/doc/python-ply/example/calcdebug
/usr/share/doc/python-ply/example/calcdebug/calc.py
/usr/share/doc/python-ply/example/calceof
/usr/share/doc/python-ply/example/calceof/calc.py
/usr/share/doc/python-ply/example/classcalc
/usr/share/doc/python-ply/example/classcalc/calc.py
/usr/share/doc/python-ply/example/cleanup.sh
/usr/share/doc/python-ply/example/closurecalc
/usr/share/doc/python-ply/example/closurecalc/calc.py
/usr/share/doc/python-ply/example/hedit
/usr/share/doc/python-ply/example/hedit/hedit.py
/usr/share/doc/python-ply/example/newclasscalc
/usr/share/doc/python-ply/example/newclasscalc/calc.py
/usr/share/doc/python-ply/example/optcalc
/usr/share/doc/python-ply/example/optcalc/README
/usr/share/doc/python-ply/example/optcalc/calc.py
/usr/share/doc/python-ply/example/unicalc
/usr/share/doc/python-ply/example/unicalc/calc.py
/usr/share/doc/python-ply/example/yply
/usr/share/doc/python-ply/example/yply/README
/usr/share/doc/python-ply/example/yply/ylex.py
/usr/share/doc/python-ply/example/yply/yparse.py
/usr/share/doc/python-ply/example/yply/yply.py
/usr/share/doc/python-ply/test
/usr/share/doc/python-ply/test/README
/usr/share/doc/python-ply/test/calclex.py
/usr/share/doc/python-ply/test/cleanup.sh
/usr/share/doc/python-ply/test/lex_closure.py
/usr/share/doc/python-ply/test/lex_doc1.py
/usr/share/doc/python-ply/test/lex_dup1.py
/usr/share/doc/python-ply/test/lex_dup2.py
/usr/share/doc/python-ply/test/lex_dup3.py
/usr/share/doc/python-ply/test/lex_empty.py
/usr/share/doc/python-ply/test/lex_error1.py
/usr/share/doc/python-ply/test/lex_error2.py
/usr/share/doc/python-ply/test/lex_error3.py
/usr/share/doc/python-ply/test/lex_error4.py
/usr/share/doc/python-ply/test/lex_hedit.py
/usr/share/doc/python-ply/test/lex_ignore.py
/usr/share/doc/python-ply/test/lex_ignore2.py
/usr/share/doc/python-ply/test/lex_literal1.py
/usr/share/doc/python-ply/test/lex_literal2.py
/usr/share/doc/python-ply/test/lex_literal3.py
/usr/share/doc/python-ply/test/lex_many_tokens.py
/usr/share/doc/python-ply/test/lex_module.py
/usr/share/doc/python-ply/test/lex_module_import.py
/usr/share/doc/python-ply/test/lex_object.py
/usr/share/doc/python-ply/test/lex_opt_alias.py
/usr/share/doc/python-ply/test/lex_optimize.py
/usr/share/doc/python-ply/test/lex_optimize2.py
/usr/share/doc/python-ply/test/lex_optimize3.py
/usr/share/doc/python-ply/test/lex_optimize4.py
/usr/share/doc/python-ply/test/lex_re1.py
/usr/share/doc/python-ply/test/lex_re2.py
/usr/share/doc/python-ply/test/lex_re3.py
/usr/share/doc/python-ply/test/lex_rule1.py
/usr/share/doc/python-ply/test/lex_rule2.py
/usr/share/doc/python-ply/test/lex_rule3.py
/usr/share/doc/python-ply/test/lex_state1.py
/usr/share/doc/python-ply/test/lex_state2.py
/usr/share/doc/python-ply/test/lex_state3.py
/usr/share/doc/python-ply/test/lex_state4.py
/usr/share/doc/python-ply/test/lex_state5.py
/usr/share/doc/python-ply/test/lex_state_noerror.py
/usr/share/doc/python-ply/test/lex_state_norule.py
/usr/share/doc/python-ply/test/lex_state_try.py
/usr/share/doc/python-ply/test/lex_token1.py
/usr/share/doc/python-ply/test/lex_token2.py
/usr/share/doc/python-ply/test/lex_token3.py
/usr/share/doc/python-ply/test/lex_token4.py
/usr/share/doc/python-ply/test/lex_token5.py
/usr/share/doc/python-ply/test/lex_token_dup.py
/usr/share/doc/python-ply/test/parser.out
/usr/share/doc/python-ply/test/pkg_test1
/usr/share/doc/python-ply/test/pkg_test1/__init__.py
/usr/share/doc/python-ply/test/pkg_test1/parsing
/usr/share/doc/python-ply/test/pkg_test1/parsing/__init__.py
/usr/share/doc/python-ply/test/pkg_test1/parsing/calclex.py
/usr/share/doc/python-ply/test/pkg_test1/parsing/calcparse.py
/usr/share/doc/python-ply/test/pkg_test1/parsing/lextab.py
/usr/share/doc/python-ply/test/pkg_test1/parsing/parser.out
/usr/share/doc/python-ply/test/pkg_test1/parsing/parsetab.py
/usr/share/doc/python-ply/test/pkg_test2
/usr/share/doc/python-ply/test/pkg_test2/__init__.py
/usr/share/doc/python-ply/test/pkg_test2/parsing
/usr/share/doc/python-ply/test/pkg_test2/parsing/__init__.py
/usr/share/doc/python-ply/test/pkg_test2/parsing/calclex.py
/usr/share/doc/python-ply/test/pkg_test2/parsing/calclextab.py
/usr/share/doc/python-ply/test/pkg_test2/parsing/calcparse.py
/usr/share/doc/python-ply/test/pkg_test2/parsing/calcparsetab.py
/usr/share/doc/python-ply/test/pkg_test2/parsing/parser.out
/usr/share/doc/python-ply/test/pkg_test3
/usr/share/doc/python-ply/test/pkg_test3/__init__.py
/usr/share/doc/python-ply/test/pkg_test3/generated
/usr/share/doc/python-ply/test/pkg_test3/generated/__init__.py
/usr/share/doc/python-ply/test/pkg_test3/generated/lextab.py
/usr/share/doc/python-ply/test/pkg_test3/generated/parser.out
/usr/share/doc/python-ply/test/pkg_test3/generated/parsetab.py
/usr/share/doc/python-ply/test/pkg_test3/parsing
/usr/share/doc/python-ply/test/pkg_test3/parsing/__init__.py
/usr/share/doc/python-ply/test/pkg_test3/parsing/calclex.py
/usr/share/doc/python-ply/test/pkg_test3/parsing/calcparse.py
/usr/share/doc/python-ply/test/pkg_test4
/usr/share/doc/python-ply/test/pkg_test4/__init__.py
/usr/share/doc/python-ply/test/pkg_test4/parsing
/usr/share/doc/python-ply/test/pkg_test4/parsing/__init__.py
/usr/share/doc/python-ply/test/pkg_test4/parsing/calclex.py
/usr/share/doc/python-ply/test/pkg_test4/parsing/calcparse.py
/usr/share/doc/python-ply/test/pkg_test5
/usr/share/doc/python-ply/test/pkg_test5/__init__.py
/usr/share/doc/python-ply/test/pkg_test5/parsing
/usr/share/doc/python-ply/test/pkg_test5/parsing/__init__.py
/usr/share/doc/python-ply/test/pkg_test5/parsing/calclex.py
/usr/share/doc/python-ply/test/pkg_test5/parsing/calcparse.py
/usr/share/doc/python-ply/test/pkg_test5/parsing/lextab.py
/usr/share/doc/python-ply/test/pkg_test5/parsing/parser.out
/usr/share/doc/python-ply/test/pkg_test5/parsing/parsetab.py
/usr/share/doc/python-ply/test/pkg_test6
/usr/share/doc/python-ply/test/pkg_test6/__init__.py
/usr/share/doc/python-ply/test/pkg_test6/parsing
/usr/share/doc/python-ply/test/pkg_test6/parsing/__init__.py
/usr/share/doc/python-ply/test/pkg_test6/parsing/calclex.py
/usr/share/doc/python-ply/test/pkg_test6/parsing/calcparse.py
/usr/share/doc/python-ply/test/pkg_test6/parsing/expression.py
/usr/share/doc/python-ply/test/pkg_test6/parsing/lextab.py
/usr/share/doc/python-ply/test/pkg_test6/parsing/parser.out
/usr/share/doc/python-ply/test/pkg_test6/parsing/parsetab.py
/usr/share/doc/python-ply/test/pkg_test6/parsing/statement.py
/usr/share/doc/python-ply/test/testcpp.py
/usr/share/doc/python-ply/test/testlex.py
/usr/share/doc/python-ply/test/testyacc.py
/usr/share/doc/python-ply/test/yacc_badargs.py
/usr/share/doc/python-ply/test/yacc_badid.py
/usr/share/doc/python-ply/test/yacc_badprec.py
/usr/share/doc/python-ply/test/yacc_badprec2.py
/usr/share/doc/python-ply/test/yacc_badprec3.py
/usr/share/doc/python-ply/test/yacc_badrule.py
/usr/share/doc/python-ply/test/yacc_badtok.py
/usr/share/doc/python-ply/test/yacc_dup.py
/usr/share/doc/python-ply/test/yacc_error1.py
/usr/share/doc/python-ply/test/yacc_error2.py
/usr/share/doc/python-ply/test/yacc_error3.py
/usr/share/doc/python-ply/test/yacc_error4.py
/usr/share/doc/python-ply/test/yacc_error5.py
/usr/share/doc/python-ply/test/yacc_error6.py
/usr/share/doc/python-ply/test/yacc_error7.py
/usr/share/doc/python-ply/test/yacc_inf.py
/usr/share/doc/python-ply/test/yacc_literal.py
/usr/share/doc/python-ply/test/yacc_misplaced.py
/usr/share/doc/python-ply/test/yacc_missing1.py
/usr/share/doc/python-ply/test/yacc_nested.py
/usr/share/doc/python-ply/test/yacc_nodoc.py
/usr/share/doc/python-ply/test/yacc_noerror.py
/usr/share/doc/python-ply/test/yacc_nop.py
/usr/share/doc/python-ply/test/yacc_notfunc.py
/usr/share/doc/python-ply/test/yacc_notok.py
/usr/share/doc/python-ply/test/yacc_prec1.py
/usr/share/doc/python-ply/test/yacc_rr.py
/usr/share/doc/python-ply/test/yacc_rr_unused.py
/usr/share/doc/python-ply/test/yacc_simple.py
/usr/share/doc/python-ply/test/yacc_sr.py
/usr/share/doc/python-ply/test/yacc_term1.py
/usr/share/doc/python-ply/test/yacc_unicode_literals.py
/usr/share/doc/python-ply/test/yacc_unused.py
/usr/share/doc/python-ply/test/yacc_unused_rule.py
/usr/share/doc/python-ply/test/yacc_uprec.py
/usr/share/doc/python-ply/test/yacc_uprec2.py


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Apr 18 23:13:37 2024