Skip to content
Oeiuwq Faith Blog OpenSource Porfolio

vic/pegi

A minimalist parser expression grammar as ruby dsl

vic/pegi.json
{
"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.

Pegi

Add this line to your application’s Gemfile:

gem 'pegi'

And then execute:

$ bundle

Or install it yourself as:

$ gem install pegi

TODO: Write usage instructions here

  1. Fork it ( https://github.com/vic/pegi/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request