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

https://github.com/samdphillips/rpeg

A PEG virtual machine
https://github.com/samdphillips/rpeg

Last synced: about 1 year ago
JSON representation

A PEG virtual machine

Awesome Lists containing this project

README

          

rpeg - A PEG virtual machine
============================

This is a proof-of-concept virtual machine that executes Parsing Expression Grammar programs
against input strings. I never got around to writing a compiler for it.

I wrote this in September of 2010.