mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
c637402081
they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat
9 lines
432 B
Plaintext
9 lines
432 B
Plaintext
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.
|
|
|
|
WWW: https://pypi.org/project/parsimonious/
|