> rules, I get "Cannot display rule "X" because start state is not found"
>
> comment
> : !(DIGIT | LETTER | SPACE)*
> ;
Remove the ! from this rule. Looks like you are trying to type a v2 grammar
into AntlrWorks, which is for v3 grammars, which is probably what you should be
using for a new project :-)
> SPACE
> options {
> paraphrase = " ";
> }
Paraphrase option is for v2, not v3, so remove that options{} clause.
Jim
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
-~----------~----~----~----~------~----~------~--~---