What open source (preferably gem-based) parser-generator options do I have in Ruby?
I\'ve used (flex&bison)|(lex&yacc) from C in the past, and I
There's also parslet if you want a PEG-based processor