From: markus liedl Date: 2001-08-29T10:35:03+09:00 Subject: [ruby-talk:20494] Re: YACC & lex and Ruby Dat Nguyen wrote: > > Is there anything you can do with YACC & lex but can't with Ruby? probably you mean Ruby + racc I started translating parse.y to a racc format to build a RubyInRuby parser. The only annoying issue was how to get the stack with the still successfully parsed states out of it if an syntax error happens. But, can you do that with yacc? markus