Hi,
In message "[ruby-talk:6446] Re: Ruby tokenizer for Ruby"
on 00/11/20, "David Dabbs" <ddabbs / zefer.com> writes:
|Is there a parser generator available with bindings for Ruby? I'm interested
|in implementing a server in Ruby for the ACAP protocol and would prefer not
|to have to hand-write it.
RACC or rbison, both available at http://www.ruby-lang.org/en/raa.html
matz.