windows-nt/Source/XPSP1/NT/com/rpc/tools/pg/read.me
2020-09-26 16:20:57 +08:00

15 lines
546 B
Plaintext

Why are gram.c and lexyy.c checked into the project ?
-----------------------------------------------------
Because we do not yet have a lex and yacc combination which works on nt, and
so I have to generate the gram.c and lexyy.c separately and check them in.
When the yacc-lex combination is available, the only files which need to be
in here are the gram.y lex.l and main.c files. All others must be generated
from the lexer generator and yacc.
After the above process is done, remove flexcom.h, flexskel.h, and gram.h from
the project.