To use, simply do:
>>> from simplepeg import SPEG
>>> parser = SPEG()
>>> parser.parse_grammar('GRAMMAR test b -> "a";')
>>> ast = parser.parse_text('a')
>>> print ast.to_json()
or:
>>> from simplepeg import SPEG
>>> parser = SPEG()
>>> ast = parser.parse('GRAMMAR test b -> "a";', 'a')
>>> print ast.to_json()
Release files for simplepeg 1.0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| simplepeg-1.0.4.tar.gz | 6.8 kB | Details |
Release files / simplepeg-1.0.4.tar.gz
| Download URL | simplepeg-1.0.4.tar.gz |
|---|---|
| Size | 6.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7a5260ca8e0e22ced17a89d74a7ba217f929fc8970359691f0435d34f6752fde
|
|
BLAKE2b-256 checksum How to use checksums |
43bd2b0014000f992cdbf85854e8eeb003660fc5602cbcb27567c8668dc41999
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |