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: about 1 month ago
JSON representation
Generalized parser combinators in Ruby
- Host: GitHub
- URL: https://github.com/judofyr/kramer
- Owner: judofyr
- Created: 2012-11-04T11:02:50.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-11T20:31:11.000Z (almost 12 years ago)
- Last Synced: 2024-07-31T21:54:53.470Z (4 months ago)
- Language: Ruby
- Homepage:
- Size: 112 KB
- Stars: 15
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-combinator-parsers - kramer
README
# Kramer - Generalized parser combinators in Ruby
Implementation of "Memoization in Top-Down Parsing" by Mark Johnson (1995)
using parser combinators and a trampoline.