At 02:16 4/02/2010, Søren Andersen wrote:
 >I'm toying with a Java-like language for fun, and I'm having a
 >problem with ANTLR crashing when trying to use it.
[...]
 >[14:14:32] error(10):  internal error: Exception test.g:19:64:
 >unexpected char:
 >[email protected](ANTLRLexer.java:347)
 >: unexpected stream error from parsing test.g

Char 0xA0 is a non-breaking-space, suggesting 
that you copy-pasted the rule from a webpage or 
something else that inserted them.  Try retyping 
the spaces as "real" spaces and it should fix the 
problem.  (The column index should tell you where 
the problem character is.)


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