一个用C++实现的C的Compiler。 代码风格良好。 原作者自己写了这个编译器

源代码在线查看: make.bat

软件大小: 771 K
上传用户: llll45356874
关键词: Compiler 代码 编译器
下载地址: 免注册下载 普通下载 VIP

相关代码

				@echo off
				echo ============= Making checker.exe ============= 
				cd Checker
				call make.bat
				cd ..
				echo =============    Making cx.exe   ============= 
				cd Compiler
				call make.bat
				cd ..
				echo =============  Making toBIN.exe  ============= 
				cd toBIN
				call make.bat
				cd ..
				echo =============  Making toTAC.exe  ============= 
				cd toTAC
				call make.bat
				cd ..			

相关资源