|
Blue Forest http://www.lslnet.com at 10:18 on June 6, 2006
Giant simple procedure, ask experts for guidance I now just learning lex, tried to write a simple procedure to have a giant not.
%{
/*
*/
%}
%t EXAMPLE
%%
[\t] +;
%%
Int main () (
Return 0
}
Compiler suggest that : (documents were 6)
Flex 6
"6", line 6 : unrecognized '%' directive
Ask experts for guidance.
Furthermore, as I write lex actual procedures, the procedures for writing lex feel very strict format requirements (or ignorance because I), for example -- to be in the rules and regulations in his definition, but not for other firms.
Do not know whether this is true? |
| |