[antlr-interest] ANTLR3C Single token stream with sequential parsers

A Z asicaddress at gmail.com
Tue Jan 18 13:54:36 PST 2011


Hello,

  Is there a way to reset the token stream without running the lexer again?
I have a case where I need to run two different parsers sequentially on the
same token stream. I tried rewind() on the input stream but this has side
effects(hidden tokens are not hidden).

Thanks


More information about the antlr-interest mailing list