Date: Thu, 26 May 2016 15:21:14 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 209732] [NEW PORT] textproc/py-parsimonious: Parser written in pure Python Message-ID: <bug-209732-21822-K0PeI2ztet@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-209732-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-209732-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209732 --- Comment #1 from commit-hook@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@bsd.com.br> Changes: head/textproc/py-parsimonious/ head/textproc/py-parsimonious/Makefile head/textproc/py-parsimonious/distinfo head/textproc/py-parsimonious/pkg-descr --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-209732-21822-K0PeI2ztet>