what's the best way to detected illegal input chars in the lexer -- in 
my case, chars with a code > 127  [i just had my grammar enter an 
infinite loop on an arithmetic expression where the minus sign was 
really an en-dash with code == 150, but maybe that's another problem!!!]

presumably, some pattern that matches chars \u0080 -- \uFFFF and yields 
some distinguished token that causes the grammar to fail???

thanks in advance....


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 il-antlr-inter...@googlegroups.com.
To unsubscribe from this group, send email to 
il-antlr-interest+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/il-antlr-interest?hl=en.

Reply via email to