mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 12:26:27 -04:00
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)
6 lines
382 B
Text
6 lines
382 B
Text
Parsimonious aims to be the fastest arbitrary-lookahead parser written
|
|
in pure Python and the most usable. It's based on parsing expression
|
|
grammars (PEGs), which means you feed it a simplified sort of EBNF
|
|
notation. Parsimonious was designed to undergird a MediaWiki parser
|
|
that wouldn't take 5 seconds or a GB of RAM to do one page, but it's
|
|
applicable to all sorts of languages.
|