MismatchedRangeException's description is:
The recognizer tried to match a range of symbols, usually characters, but
could not. It tracks the minimum and maximum element in the range.

I try to find what situation MismatchedRangeException be raised.

My grammar is :

number : Digital+;
Digital : '0'..'8';

I input 9, but parser raised NoViableAltException in mTokens() method.
MismatchedRangeException never be raised?



List: http://www.antlr.org:8080/mailman/listinfo/antlr-interest
Unsubscribe: 
http://www.antlr.org:8080/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