Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avakar/speg
A PEG-based parser interpreter with memoization (in time).
https://github.com/avakar/speg
Last synced: 2 days ago
JSON representation
A PEG-based parser interpreter with memoization (in time).
- Host: GitHub
- URL: https://github.com/avakar/speg
- Owner: avakar
- License: other
- Created: 2015-11-19T20:48:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-09T19:08:03.000Z (about 6 years ago)
- Last Synced: 2024-08-11T11:27:33.012Z (3 months ago)
- Language: Python
- Homepage:
- Size: 77.1 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/avakar/speg.svg?branch=master)](https://travis-ci.org/avakar/speg)
# speg
A PEG-based parser interpreter with memoization.
## Installation
The parser is tested on Python 2.7 and 3.4.
pip install speg