700657689a
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
42 lines
1.8 KiB
Text
42 lines
1.8 KiB
Text
@comment $NetBSD: PLIST,v 1.1 2021/02/07 20:10:18 adam Exp $
|
|
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
|
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
|
${PYSITELIB}/parsimonious/__init__.py
|
|
${PYSITELIB}/parsimonious/__init__.pyc
|
|
${PYSITELIB}/parsimonious/__init__.pyo
|
|
${PYSITELIB}/parsimonious/exceptions.py
|
|
${PYSITELIB}/parsimonious/exceptions.pyc
|
|
${PYSITELIB}/parsimonious/exceptions.pyo
|
|
${PYSITELIB}/parsimonious/expressions.py
|
|
${PYSITELIB}/parsimonious/expressions.pyc
|
|
${PYSITELIB}/parsimonious/expressions.pyo
|
|
${PYSITELIB}/parsimonious/grammar.py
|
|
${PYSITELIB}/parsimonious/grammar.pyc
|
|
${PYSITELIB}/parsimonious/grammar.pyo
|
|
${PYSITELIB}/parsimonious/nodes.py
|
|
${PYSITELIB}/parsimonious/nodes.pyc
|
|
${PYSITELIB}/parsimonious/nodes.pyo
|
|
${PYSITELIB}/parsimonious/tests/__init__.py
|
|
${PYSITELIB}/parsimonious/tests/__init__.pyc
|
|
${PYSITELIB}/parsimonious/tests/__init__.pyo
|
|
${PYSITELIB}/parsimonious/tests/benchmarks.py
|
|
${PYSITELIB}/parsimonious/tests/benchmarks.pyc
|
|
${PYSITELIB}/parsimonious/tests/benchmarks.pyo
|
|
${PYSITELIB}/parsimonious/tests/test_benchmarks.py
|
|
${PYSITELIB}/parsimonious/tests/test_benchmarks.pyc
|
|
${PYSITELIB}/parsimonious/tests/test_benchmarks.pyo
|
|
${PYSITELIB}/parsimonious/tests/test_expressions.py
|
|
${PYSITELIB}/parsimonious/tests/test_expressions.pyc
|
|
${PYSITELIB}/parsimonious/tests/test_expressions.pyo
|
|
${PYSITELIB}/parsimonious/tests/test_grammar.py
|
|
${PYSITELIB}/parsimonious/tests/test_grammar.pyc
|
|
${PYSITELIB}/parsimonious/tests/test_grammar.pyo
|
|
${PYSITELIB}/parsimonious/tests/test_nodes.py
|
|
${PYSITELIB}/parsimonious/tests/test_nodes.pyc
|
|
${PYSITELIB}/parsimonious/tests/test_nodes.pyo
|
|
${PYSITELIB}/parsimonious/utils.py
|
|
${PYSITELIB}/parsimonious/utils.pyc
|
|
${PYSITELIB}/parsimonious/utils.pyo
|