Summary: | [NEW PORT] textproc/py-parsimonious: Parser written in pure Python | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Danilo G. Baio <dbaio> | ||||
Component: | Individual Port(s) | Assignee: | Bartek Rutkowski <robak> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | python, robak | ||||
Priority: | --- | Keywords: | feature, patch | ||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 209733 | ||||||
Attachments: |
|
Description
Danilo G. Baio
2016-05-24 14:43:27 UTC
A commit references this bug: Author: robak Date: Thu May 26 15:20:37 UTC 2016 New revision: 415899 URL: https://svnweb.freebsd.org/changeset/ports/415899 Log: textproc/py-parsimonious: NEW PORT - PEGs based parser in Python 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.python.org/pypi/parsimonious PR: 209732 Submitted by: Danilo G. Baio <dbaio@bsd.com.br> Changes: head/textproc/py-parsimonious/ head/textproc/py-parsimonious/Makefile head/textproc/py-parsimonious/distinfo head/textproc/py-parsimonious/pkg-descr Committed, thanks! |