Hi Stefan,

This is described in chapter 9 (in particular starting at section 9.5 on)
of the ANTLR book (The Definitive ANTLR Reference).  One way that
is described in the book (which is highly recommended) which
would probably be easier for your situation is to use:

options { /* other options you need */
          rewrite = true; }

if this is supported by the ANTLR runtime target you are using,
and whatever the equivalent of TokenRewriteStream is for that
target (it could be called something completely different).

Regards, Mark

List: http://www.antlr.org/mailman/listinfo/antlr-interest
Unsubscribe: 
http://www.antlr.org/mailman/options/antlr-interest/your-email-address

-- 
You received this message because you are subscribed to the Google Groups 
"il-antlr-interest" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/il-antlr-interest?hl=en.

Reply via email to