diff options
Diffstat (limited to 'devel/py-ply/pkg-descr')
-rw-r--r-- | devel/py-ply/pkg-descr | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/devel/py-ply/pkg-descr b/devel/py-ply/pkg-descr deleted file mode 100644 index afcdc6775057..000000000000 --- a/devel/py-ply/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -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. - -WWW: http://systems.cs.uchicago.edu/ply/ |