On Thu, 2002-11-07 at 03:28, Phil Tomson wrote: > Yet another Ruby parser.... Let's see, there's: > Ripper: http://i.loveruby.net/archive/ripper/ > Ruth: http://sourceforge.net/project/showfiles.php?group_id=26000 > > and now bRuby. > > All three of these seem to modify Matz's Ruby Yacc file and create an > extension from the resulting c file. > > Are there other Ruby parsers out there? There's JRuby <http://jruby.sourceforge.net/>, a pure Java implementation of the Ruby interpreter. Xandy