From: Dave Thomas Date: 2002-01-02T13:29:16+09:00 Subject: [ruby-talk:30028] Re: Ruby parsers in Ruby "Curt Hibbs" writes: > Robert Feldt is working on a Ruby parser written in Ruby. See: > http://groups.google.com/groups?q=rubyinruby&hl=en&btnG=Google+Search For what it's worth, RDoc contains a full Ruby lexer and a fair amount of a parser, all in pure Ruby. Most of the credit belongs to Keiju Ishitsuka, who wrote the irb code that I ripped off. Dave