Port details |
- py-spark-parser Earley-Algorithm Context-free grammar Parser Toolkit
- 1.9.0 devel =2 1.8.9Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2024-08-04 17:24:27
- Last Update: 2024-10-14 05:25:39
- Commit Hash: 2275e31
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/rocky/python-spark
- Description:
- This package uses Jay Earley's algorithm for parsing context free grammars, and
comes with some generic Abstract Syntax Tree routines. There is also a prototype
scanner which does its job by combining Python regular expressions.
(SPARK stands for Scanning, Parsing, and Rewriting Kit. It is a poor name since
it conflicts with a more popular package of the same name. In the future we will
rename this.)
The original version of this was written by John Aycock for his Ph.D thesis and
was described in his 1998 paper: "Compiling Little Languages in Python" at the
7th International Python Conference. The current incarnation of this code is
maintained (or not) by Rocky Bernstein.
Note: Earley algorithm parsers are almost linear when given an LR grammar. These
are grammars which are left-recursive.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}spark-parser>0:devel/py-spark-parser@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-spark-parser/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-spark-parser
- pkg install py311-spark-parser
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-spark-parser listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-spark-parser
- Package flavors (<flavor>: <package>)
- py311: py311-spark-parser
- distinfo:
- TIMESTAMP = 1728632416
SHA256 (spark_parser-1.9.0.tar.gz) = dc66d48c4265c4133db41a9c5fe9c1c502b3b20167df158a0f234cd31712cf64
SIZE (spark_parser-1.9.0.tar.gz) = 80108
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=61.2 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-click>=0 : devel/py-click@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- devel/decompyle3
Configuration Options:
- No options to configure
- Options name:
- devel_py-spark-parser
- USES:
- python shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.9.0 14 Oct 2024 05:25:39 |
Po-Chuan Hsieh (sunpoet) |
devel/py-spark-parser: Update to 1.9.0
Changes: https://github.com/rocky/python-spark/releases |
1.8.9 04 Aug 2024 17:13:51 |
Po-Chuan Hsieh (sunpoet) |
devel/py-spark-parser: Add py-spark-parser 1.8.9
This package uses Jay Earley's algorithm for parsing context free grammars, and
comes with some generic Abstract Syntax Tree routines. There is also a prototype
scanner which does its job by combining Python regular expressions.
(SPARK stands for Scanning, Parsing, and Rewriting Kit. It is a poor name since
it conflicts with a more popular package of the same name. In the future we will
rename this.)
The original version of this was written by John Aycock for his Ph.D thesis and
was described in his 1998 paper: "Compiling Little Languages in Python" at the
7th International Python Conference. The current incarnation of this code is
maintained (or not) by Rocky Bernstein.
Note: Earley algorithm parsers are almost linear when given an LR grammar. These
are grammars which are left-recursive. |
Number of commits found: 2
|