1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/devel/ply/pkg-descr
Ying-Chieh Liao 21eb89848b add ply
Python Lex-Yacc
2001-07-31 09:56:58 +00:00

10 lines
507 B
Plaintext

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/