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

源代码在线查看: test4.txt

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

相关代码

				$ PL test4: scope analysis
				begin
				 integer x;
				 boolean y;
				 proc P
				 begin
				 integer x;
				 x:=1;
				 end;
				proc Q
				begin
				read x;
				y:=true;
				end;
				call P;
				call Q;
				write x;
				end.			

相关资源