Description: Compile the basic task of curriculum design is to design a mini-pascal language compiler, the mini-pascal language source translated into an equivalent intermediate code. For the importation of mini-pascal source code written in (stored in document form), first through lexical analysis, output analysis of the original program binary-type file for Syntax interpreter. After translation of the lexical analyzer Syntax-generated binary-translation into an equivalent form of the quaternary type, that is, intermediate code generation. Required to carry out normal keywords such as: begin, end, if, else, etc. Identification
File list (Check if you may need any files):
ForTrans\Debug\ForTrans.exe
........\.....\ForTrans.ilk
........\.....\ForTrans.obj
........\.....\ForTrans.pch
........\.....\ForTrans.pdb
........\.....\vc60.idb
........\.....\vc60.pdb
........\Debug
........\ForTrans.cpp
........\ForTrans.dsp
........\ForTrans.dsw
........\ForTrans.ncb
........\ForTrans.opt
........\ForTrans.plg
........\四元式.txt
........\词法.txt
........\语法.txt
ForTrans