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/.