From: Brian Candler Date: 2009-11-29T21:55:15+09:00 Subject: Re: ruby language parser in ruby Ryan Davis wrote: > well to be fair. ripper is yacc + C. ruby_parser is racc + ruby. Until > someone writes a recursive descent parser, you'll never have PURE ruby That's fine; if it's using a standard parser generator I don't need to hack that, just the language itself. > I think your best bet at this time is ruby_parser. Sounds good to me, thank you. -- Posted via http://www.ruby-forum.com/.