文件名称:CMMintepre
介绍说明--下载内容均来自于网络,请自行研究使用
CMM(自定义) 是C 语言的一个子集,本程序对用这种语言写成的程序进行分析并输出相关的分析结果,解释器使用C语言写成.由词法分析程序、语法分析程序和语义分析程序组成。资源中包括程序源代码、可运行程序及测试程序、一个VC工程和相关设计用CMM语言设计文档。-CMM (custom) is a subset of the C language, the procedures of programs written in this language analysis and analysis related to the output, interpreter written in C language used by the lexical analysis, syntax analysis and semantic analysis program Program components. Resources, including source code, you can run the program and testing procedures, a VC engineering and related design with CMM language design documents.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
CMM解释器(完整版)\CMM_VC工程.rar
...................\...源代码\accidence.cpp
...................\.........\Accidence.h
...................\.........\globals.h
...................\.........\interpret.cpp
...................\.........\interpret.h
...................\.........\Main.cpp
...................\.........\parse.cpp
...................\.........\parse.h
...................\.........\utils.cpp
...................\.........\utils.h
...................\.........\源代码模块说明.txt
...................\可执行文件及测试文件\CMM.exe
...................\....................\factorial.cmm
...................\....................\pwd.exe
...................\....................\sort.cmm
...................\....................\使用说明.txt
...................\项目文档.doc
...................\CMM源代码
...................\可执行文件及测试文件
CMM解释器(完整版)