Port details |
- simpleparse Python EBNF parser generator for use with mx.TextTools
- 2.0.1.a3 devel
=0 2.0.1.a3Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2004-01-06 08:18:03
- Last Update: 2004-01-06 09:32:56
- SVN Revision: UNKNOWN
- Also Listed In: python
- License: not specified in port
- WWW:
- http://simpleparse.sourceforge.net/
- Description:
- SimpleParse is a BSD-licensed Python package providing a simple parser
generator for use with the mxTextTools text-tagging engine. SimpleParse allows
you to generate tagging tables for use with the text-tagging engine directly
from your EBNF grammar.
Unlike most parser generators, SimpleParse generates single-pass parsers
(there is no distinct tokenization stage), an approach taken from the
predecessor project (mcf.pars) which attempted to create "autonomously parsing
regex objects". The resulting parsers are not as generalized as those created
by, for instance, the Earley algorithm, but they do tend to be useful for the
parsing of computer file formats and the like (as distinct from natural
language and similar "hard" parsing problems).
In addition to the parser generator, the SimpleParse project includes a
sub-project to create a modified version of the mxTextTools engine which
reorganizes the code to allow for certain common EBNF constructs.
WWW: http://simpleparse.sourceforge.net/
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- 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:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME:
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- python : lang/python22
- Runtime dependencies:
-
- TextTools.py : lang/py-mx-base
- python : lang/python22
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- 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 |
2.0.1.a3 06 Jan 2004 09:32:56
 |
ijliao  |
readd as py-simpleparse
Suggessted by: perky |
2.0.1.a3 06 Jan 2004 08:17:05
 |
ijliao  |
add simpleparse 2.0.1a3
Python EBNF parser generator for use with mx.TextTools |
Number of commits found: 2
|