用VC写的扩充的pl0文法编译器

源代码在线查看: function.txt

软件大小: 739 K
上传用户: LANCEZHANGL
关键词: pl0 编译器
下载地址: 免注册下载 普通下载 VIP

相关代码

				const a=30,b=4;
				
				var x :integer;
				
				function f(c,d:integer):integer;
				begin
				   if c				then
					f:=c;
				else
					f:=d;
				end;
				begin
				x:=f(a,b);
				write("x=",x);
				end
				.
							

相关资源