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

https://github.com/vito/parby

A parser combinator library...for Ruby!
https://github.com/vito/parby

Last synced: 2 months ago
JSON representation

A parser combinator library...for Ruby!

Awesome Lists containing this project

README

          

A basic parser combinator library for Ruby modeled on the fantastic [Parsec](http://www.haskell.org/haskellwiki/Parsec) Haskell library.

See [test/test.rb](http://github.com/vito/parby/blob/master/test/test.rb) for examples.

Written for clarity and simplicity. Very experimental.