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

https://github.com/judofyr/kramer

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

Last synced: 8 days 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.