Leaked source code of windows server 2003
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

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