简单编译器的源代码,是大学课程设计内容,附简单测试用例

源代码在线查看: test6.txt

软件大小: 279 K
上传用户: singwolf
关键词: 编译器 源代码 大学 测试
下载地址: 免注册下载 普通下载 VIP

相关代码

				$pL test6:typeanalysis
				begin 
				   const a=10;
				   const b=true;
				   integer x,i,j;
				   boolean y;
				  x,y:=a,b;
				  read j;
				  i:=9+4;
				  y:=0				end.			

相关资源