所属分类:
编译器/解释器
开发工具:C++
文件大小:281KB
下载次数:35
上传日期:2005-05-18 21:25:11
说明: 按递归下降方式设计其编译程序,生成PL/0栈式指令代码,然后解释执行。用(a=1)+2*(b=3+4*5)/2+2*a*b-(a=a+5)/ (c=2) 测试
(dropped by recursive approach to design their own compiler, generating PL/0 Stack-code instructions, and then the interpretation and implementation. Using (a = 1) 2* (b = 3 4* 5)/2* a* b- (a = 5 a)/(c = 2) Testing)
文件列表:
by
..\compl
..\.....\Debug
..\.....\Expr.txt
..\.....\Expression.cpp
..\.....\Expression.dsp
..\.....\Expression.dsw
..\.....\Expression.ncb
..\.....\expression.obj
..\.....\Expression.opt
..\.....\Expression.plg
..\.....\expression.rtf
..\.....\Expression.txt
..\.....\result.txt