From: Robert Feldt Date: 2001-03-16T20:58:52+09:00 Subject: [ruby-talk:12739] Re: Parser? On Fri, 16 Mar 2001, Hugh Sasse Staff Elec Eng wrote: > Has anyone written a parser for Ruby in Ruby? > I want to go a ruby programs extracting information from the programs > automatically but I don't need it to have a (nearly) full undersanding > of thow to tun this code into a compiler. > I have one coming up but I need to work on it some more. It'll be at least 2 weeks before release since I have to finish the experiment+paper. You might want to check if racc or rbison includes grammars for Ruby; if so you can generate a RubyInRuby parser from them. I'd be interested in anything you find. /Robert