I need to use patterns such as:
"a\xFFb" { action1(); }
"a\x8Fb" { action1(); }
etc...with the UNIX supplied "lex" program.
From my earlier experiences, I have had problems with signed/unsigned
char type casts using lex, but that was a long time ago, was wondering
if the situation has improved today and wondering if 8 bit char input is
acceptable and will work with lex? Thanks for any input...
--
----
Avinash Chopde