文件名称:SyntaxAnalysis
介绍说明--下载内容均来自于网络,请自行研究使用
对如下文法E -> E+T | E-T | T
T -> T*F | T/F | F
F -> id | (E) | num
用自底向上的语法制导翻译技术实现分析和翻译
-For the following grammar E-> E+T | ET | TT-> T* F | T/F | FF-> id | (E) | num implementation analysis and translation with the bottom-up syntax-translation technology
T -> T*F | T/F | F
F -> id | (E) | num
用自底向上的语法制导翻译技术实现分析和翻译
-For the following grammar E-> E+T | ET | TT-> T* F | T/F | FF-> id | (E) | num implementation analysis and translation with the bottom-up syntax-translation technology
(系统自动生成,下载前可以参看下载内容)
下载文件列表
SyntaxAnalysis.cpp