vic/pegi
A minimalist parser expression grammar as ruby dsl
{ "defaultBranch": "master", "description": "A minimalist parser expression grammar as ruby dsl", "fullName": "vic/pegi", "homepage": "", "language": "Ruby", "name": "pegi", "pushedAt": "2015-01-04T07:39:50Z", "stargazersCount": 1, "updatedAt": "2015-01-07T00:01:40Z", "url": "https://github.com/vic/pegi"}Pegi is a very simple PEG parser as Ruby DSL.

Installation
Section titled “Installation”Add this line to your application’s Gemfile:
gem 'pegi'And then execute:
$ bundleOr install it yourself as:
$ gem install pegiTODO: Write usage instructions here
Contributing
Section titled “Contributing”- Fork it ( https://github.com/vic/pegi/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request