aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-parsimonious/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/py-parsimonious/pkg-descr')
-rw-r--r--textproc/py-parsimonious/pkg-descr10
1 files changed, 5 insertions, 5 deletions
diff --git a/textproc/py-parsimonious/pkg-descr b/textproc/py-parsimonious/pkg-descr
index 5129593f10b1..0012a875b4aa 100644
--- a/textproc/py-parsimonious/pkg-descr
+++ b/textproc/py-parsimonious/pkg-descr
@@ -1,8 +1,8 @@
-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
+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/