Ecosyste.ms: Awesome

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: 4 months ago
JSON representation

Generalized parser combinators in Ruby

Lists

README

        

# Kramer - Generalized parser combinators in Ruby

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