Description: Interactive object-oriented intermediate code compiler, basic functions are: (1) input source, enter a PASCAL source (2) output intermediate code, the output in the form of: (serial number, the corresponding source code line number, corresponding to the source program the column number, operator, operand 1, operand 2, the result variable) (3) output error messages, output in the form of: (error line number, column number Error, error messages) (4) output symbol table, Output form: (word types of other code word symbols, word type, value, relative word address)
To Search:
File list (Check if you may need any files):
中间代码编译\Debug\ForTrans.exe
............\.....\ForTrans.ilk
............\.....\ForTrans.obj
............\.....\ForTrans.pch
............\.....\ForTrans.pdb
............\.....\vc60.idb
............\.....\vc60.pdb
............\.....\四元式.txt
............\.....\词法.txt
............\.....\语法.txt
............\ForTrans.cpp
............\ForTrans.dsp
............\ForTrans.dsw
............\ForTrans.ncb
............\ForTrans.opt
............\ForTrans.plg
............\四元式.txt
............\词法.txt
............\语法.txt
............\Debug
中间代码编译