I used the ANTLRWorks wizard to start my grammar. There appears to be
something wrong with the STRING token, basically something like "Joe" does
not parse correctly in the interpreter. This is what the rule looks like:
STRING
: '"' ( ESC_SEQ | ~('\\'|'"') )* '"'
;
What is this supposed to do?
Thanks,
Mark Wilson
--
Mark Wilson
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---
List: http://www.antlr.org/mailman/listinfo/antlr-interest
Unsubscribe:
http://www.antlr.org/mailman/options/antlr-interest/your-email-address