Postby hesai » 20 Sep 2004 06:23
There are some vls source codes I don't understand , the yylex(void) function, especially the arrays yy_accept, yy_ec, yy_meta, yy_base, yy_def, yy_nxt, yy_chk in lexer.cpp is so complicated , who can tell me how these arrays work.