INITIAL:
"FOR" : return 0
"WHILE" : return 1
"[A-Z]+" : return 3
and have that work?
My hope is that rules specified earlier in the file
will take precedence over those specified later. Maybe
this is in the manual, but I looked and could not find
it.
Thanks for any info.
-Ram
Perhaps a different message could be used. Having the
message explain the precedence rules may help to reduce
confusion later on.
Also it would be better if common useage cases did not
elicit such messages. I suspect that the style of my first
example is common. And even though there is a conflict
its not one that was accidental or likely to be a user error.
Maybe the message could be printed only when two patterns
with * in them match the same text.
-Ram