e9021af640
The 1.4 version of the package was provided by NONAKA Kimihiro in PR 26344 . (And seems to be based upon the FreeBSD port.) Cleaned up and updated to 1.5 by me. PLY is a Python-only implementation of the popular compiler construction tools lex and yacc. The implementation borrows ideas from a number of previous efforts; most notably John Aycock's SPARK toolkit. However, the overall flavor of the implementation is more closely modeled after the C version of lex and yacc. The other significant feature of PLY is that it provides extensive input validation and error reporting--much more so than other Python parsing tools.
24 lines
721 B
Text
24 lines
721 B
Text
@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/16 15:36:50 recht Exp $
|
|
${PYSITELIB}/lex.py
|
|
${PYSITELIB}/lex.pyc
|
|
${PYSITELIB}/lex.pyo
|
|
${PYSITELIB}/yacc.py
|
|
${PYSITELIB}/yacc.pyc
|
|
${PYSITELIB}/yacc.pyo
|
|
share/doc/ply/README
|
|
share/doc/ply/ply.html
|
|
share/examples/ply/ansic/README
|
|
share/examples/ply/ansic/clex.py
|
|
share/examples/ply/ansic/cparse.py
|
|
share/examples/ply/calc/calc.py
|
|
share/examples/ply/classcalc/calc.py
|
|
share/examples/ply/hedit/hedit.py
|
|
share/examples/ply/optcalc/README
|
|
share/examples/ply/optcalc/calc.py
|
|
@dirrm share/examples/ply/optcalc
|
|
@dirrm share/examples/ply/hedit
|
|
@dirrm share/examples/ply/classcalc
|
|
@dirrm share/examples/ply/calc
|
|
@dirrm share/examples/ply/ansic
|
|
@dirrm share/examples/ply
|
|
@dirrm share/doc/ply
|