Simple question but one that confuses me.
Let us image a lexer which is defined by the rules:
INTEGER : ('0'..'9')+;
NAME : (('A'..'Z')|('a'..'z'))+;
BINOP : '+'|'-'|'*'|'/'|'=';
How can I define the following:
RANCHAR : any character that has not yet been tokenised.
The reply-to email address is olczyk2002@[EMAIL PROTECTED]
is an address I ignore.
To reply via email, remove 2002 and change yahoo to
interaccess,
**
Thaddeus L. Olczyk, PhD
There is a difference between
*thinking* you know something,
and *knowing* you know something.