From e9021af640e82905482258d28e85eb97572f3863 Mon Sep 17 00:00:00 2001 From: recht Date: Fri, 16 Jul 2004 15:36:50 +0000 Subject: initial import of ply-1.5 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. --- devel/ply/PLIST | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 devel/ply/PLIST (limited to 'devel/ply/PLIST') diff --git a/devel/ply/PLIST b/devel/ply/PLIST new file mode 100644 index 00000000000..1284e56b169 --- /dev/null +++ b/devel/ply/PLIST @@ -0,0 +1,24 @@ +@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 -- cgit v1.2.3