zmughal-biblio / cougarcs-grammar-peg-20130328

Slides and code from parser expression grammar workshop (2013-03-28).
0 stars 1 forks source link

Peg for Ruby | Parslet #1

Open jesush opened 11 years ago

jesush commented 11 years ago

There's a Peg grammar parser for Ruby as well.

You may want to add this on your ReadMe page. Check it out!

Parslet – A Simple PEG Parser Framework for Ruby http://www.rubyinside.com/parslet-a-simple-peg-parser-framework-for-ruby-4187.html

zmughal commented 11 years ago

Cool, I'll look into that as well as https://github.com/ingydotnet/pegex-rb.

The more examples, the better!

zmughal commented 11 years ago

Oh, it seems Treetop is another good choice.