Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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).

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