[antlr-interest] Another parsing question

Thomas Brandon tbrandonau at gmail.com
Fri Aug 8 05:18:06 PDT 2008


Perhaps you could employ a hybrid approach. Use the current
implementation for the ASCII range with a tree\list for non-ASCII.
This should lead to minimal impact for the common cases where
non-ASCII characters are either all accepted or rejected.

Tom.


More information about the antlr-interest mailing list