Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/judofyr/kramer

Generalized parser combinators in Ruby
https://github.com/judofyr/kramer

Last synced: about 1 month ago
JSON representation

Generalized parser combinators in Ruby

Awesome Lists containing this project

README

        

# Kramer - Generalized parser combinators in Ruby

Implementation of "Memoization in Top-Down Parsing" by Mark Johnson (1995)
using parser combinators and a trampoline.