Modular grammar-parsing engine (Python 2.6+ / Python 3.x)
Project description
Modgrammar is a general-purpose library for constructing language parsers and interpreters using context-free grammar definitions in Python. Language parsing rules (grammars) can be defined using standard Python syntax, and then used to parse and validate input strings or files into meaningful data structures. Possible applications range from simple input validation, to complex expression evaluation, to full-fledged programming language parsing for compilers or interpreters.
Documentation: http://rembish.github.com/modgrammar-py2 Parent Project: http://code.google.com/p/modgrammar
Some features include:
Pure-Python cross-platform design.
Grammar definitions are created using standard Python syntax.
Supports arbitrarily complex grammars, including recursion.
Defining a grammar automatically creates a working parser in the process (no compilation steps or lengthy startup times).
Parse results contain full parse-tree information, including heirarchical tokenization of the input.
Parse result objects can be given custom methods and behaviors as part of the grammar definition, producing rich data objects.
Modular grammar design supports distributing grammars as python library modules, combining grammars from multiple sources into larger grammars, and even parameterized grammar definitions.
Python 2.6+, 3.x support
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file modgrammar_py2-0.9.2-py2.7.egg
.
File metadata
- Download URL: modgrammar_py2-0.9.2-py2.7.egg
- Upload date:
- Size: 62.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 79239551e47b61ac86633cd378f74bdfe38449cbff2632d4b999d7fd9569c7c7 |
|
MD5 | 833e25eb3c48d2fb812367cf1ab25b21 |
|
BLAKE2b-256 | 85a6aee49944d302e4edf9a495736eb1d24aa5df0b42b6a0eede30df04cc2513 |