You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
560 B
14 lines
560 B
|
|
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.
|
|
|