Posted By:
Andre_Farina
Posted On:
Monday, July 25, 2005 01:09 PM
Hi to all,
I Have a problem to recognize some tokens.
My language is not regular, so, some comands can be formatted by the user in a
file of MACROS
, therefore the lexer
can't be stopped when it finds a different command, because this command will be searched in that file.
In other words, any command can be recognized but exists some commands already defined for my language.
How can I solve this problems ?
thank's
Andre