Introduction - If you have any usage issues, please Google them yourself
Name lexical analyzer for C language
function:
1)Extract all lexems from C Language source code
2)Examine the syntax errors of the program and provide the line number of error line and note
3)preprocessed program file of the lexical analyzer source code of the analyzer(Lex.c), test file(test.c),status transformation chart,excutable program. Output: Error-recording file, symbol table file and identifier file.
Packet : 932770词法分析lex.rar filelist
LEX.OBJ
SYMBOLTA.TXT
test1.c
test.c
状态转换图1.vsd
状态转换图2.vsd
状态转换图3.vsd
ERROR.TXT
GLOBAL.H
ID.TXT
LEX.EXE
Lex.c