Open jesush opened 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
Cool, I'll look into that as well as https://github.com/ingydotnet/pegex-rb.
The more examples, the better!
Oh, it seems Treetop is another good choice.
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