[Bug 209732] [NEW PORT] textproc/py-parsimonious: Parser written in pure Python

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu May 26 15:21:14 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209732

--- Comment #1 from commit-hook at freebsd.org ---
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 at bsd.com.br>

Changes:
  head/textproc/py-parsimonious/
  head/textproc/py-parsimonious/Makefile
  head/textproc/py-parsimonious/distinfo
  head/textproc/py-parsimonious/pkg-descr

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-python mailing list