Description: Parser to realize pascal language analysis, source code is scanned from left to right, to the composition of a string of source code splicing into words and its properties and to convert it into a word output, and manage the symbol table, dealing with lexical错误.
To Search:
File list (Check if you may need any files):
词法分析器\4.aps
..........\4.clw
..........\4.cpp
..........\4.dsp
..........\4.dsw
..........\4.h
..........\4.ncb
..........\4.plg
..........\4.rc
..........\4Dlg.h
..........\out.txt
..........\output.txt
..........\ReadMe.txt
..........\resource.h
..........\StdAfx.cpp
..........\StdAfx.h
..........\in.txt
..........\4Dlg.cpp
..........\lexer.h
..........\4.opt
..........\res\4.ico
..........\...\4.rc2
..........\...\Thumbs.db
..........\Debug\4.res
..........\.....\vc60.idb
..........\.....\4.pch
..........\.....\vc60.pdb
..........\.....\StdAfx.obj
..........\.....\4.obj
..........\.....\4.ilk
..........\.....\4.exe
..........\.....\4.pdb
..........\.....\4Dlg.obj
..........\res
..........\Debug
词法分析器