Another reply that didn't make it to the list earlier.
-------- Original Message --------
>
> NonEscapedIdentifier ::= < IdentifierName but not Keyword >
>
>
> Please let me explain this??
>
>
> Thanks In Advance
>
>
Just put your r.e. production for identifiers after the r.e. productions
for keywords. Keywords will then not be matched by the production for
identifiers. First match wins. See the documentation and/or the FAQ.
---------------------------------------------------------------------
To unsubscribe, e-mail:
users-unsubscribe@...
For additional commands, e-mail:
users-help@...