David Nicol wrote:
>How about the approach of launching a new yyparse instance at
Can't do it that way. Aside from the superficial problem of rewinding the
lexer (difficult enough to do by one token, which I've done in places),
there's the fundamental problem that parsing an expression can have
side effects. BEGIN{} blocks again.
-zefram
Thread Previous
|
Thread Next