fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
7 lines
465 B
Text
7 lines
465 B
Text
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.
|