Description: Compiler Principle Experiment II: TINY extension language parsing expansion syntax rules: to achieve the while, do while, for statement and the remainder calculation formulas, specific grammar rules to construct their own.
To Search:
File list (Check if you may need any files):
20102100135_5班_林雄杨_实验二\analyze.cpp
.............................\analyze.h
.............................\cgen.cpp
.............................\cgen.h
.............................\code.cpp
.............................\code.h
.............................\Debug\analyze.obj
.............................\.....\cgen.obj
.............................\.....\code.obj
.............................\.....\main.obj
.............................\.....\parse.obj
.............................\.....\scan.obj
.............................\.....\symtab.obj
.............................\.....\util.obj
.............................\.....\vc60.idb
.............................\.....\vc60.pdb
.............................\.....\实验二.exe
.............................\.....\实验二.ilk
.............................\.....\实验二.pch
.............................\.....\实验二.pdb
.............................\globals.h
.............................\main.cpp
.............................\parse.cpp
.............................\parse.h
.............................\scan.cpp
.............................\scan.h
.............................\symtab.cpp
.............................\symtab.h
.............................\syntax tree.txt
.............................\test.txt
.............................\tiny compilation.txt
.............................\util.cpp
.............................\util.h
.............................\实验二.dsp
.............................\实验二.dsw
.............................\实验二.ncb
.............................\实验二.opt
.............................\实验二.plg
.............................\Debug
20102100135_5班_林雄杨_实验二