文件名称:Pascal_compiler_c
- 所属分类:
- 系统编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2014-12-29
- 文件大小:
- 319kb
- 下载次数:
- 0次
- 提 供 者:
- li***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
实现了一个基于类Pascal文法的编译系统,用C语言实现-The realization of a compiler based system Pascal grammar, using C language to achieve
(系统自动生成,下载前可以参看下载内容)
下载文件列表
自制编译器\文法.docx
..........\源代码\compile.c
..........\......\compile.dsp
..........\......\compile.dsw
..........\......\compile.ncb
..........\......\compile.opt
..........\......\compile.plg
..........\......\Debug\compile.exe
..........\......\.....\compile.ilk
..........\......\.....\compile.obj
..........\......\.....\compile.pdb
..........\......\.....\vc60.idb
..........\......\.....\vc60.pdb
..........\......\测试程序\err1.txt
..........\......\........\err11.txt
..........\......\........\err2.txt
..........\......\........\err22.txt
..........\......\........\err3.txt
..........\......\........\err33.txt
..........\......\........\err4.txt
..........\......\........\err44.txt
..........\......\........\err5.txt
..........\......\........\err55.txt
..........\......\........\test1.txt
..........\......\........\test2.txt
..........\......\........\test3.txt
..........\......\........\test4.txt
..........\......\........\test5.txt
..........\......\Debug
..........\......\测试程序
..........\源代码
自制编译器