搜索资源列表
CMM.rar
- 这个语法分析器用到的是自顶向下的递归调用的方法,根据Cminus语言的文法规则 的BNF范式编写递归调用的代码,parse方法是程序的入口,它调用的stmt_sequence完成整个语法分析工作,stmt_sequence背后是12个互相调用的方法,它本身也在语法分析的过程中被调用到。 每个方法在最后会返回一个构造好的节点DefaultMutableTreeNode节点t给调用它的方法,然后调用它的方法用这个返回的节点继续构造,最后语法分析完成后会返回一棵完全构造好了的树节点,然后将这个树节点
Syntax_CMM
- 语法分析,CMM语言,生成语法树。但是语法树的缩进不完美。-Syntax analysis, CMM language, generative grammar tree. Syntax tree indentation but not perfect.
cmm-syntax
- 参照清华大学《编译原理》写的cmm语言语法分析程序-Reference to Tsinghua University, Compiler Construction Principles written in language syntax analysis program cmm
cmm-yacc
- 使用yacc和lex编写的cmm语言的词法分析和语法分析程序.-Using yacc and lex prepared cmm language lexical analysis and syntax analysis program.
fuckpudn
- CMM词法语法语义分析, 中间代码生成 最终编译器-CMM compiler
CMMCompiler
- CMM编译器 C#完成的,可以实现词法分析,语法分析,不错的用户界面,可以交付编译原理的课程实践。做得很不错,90+的作业-CMM compiler
CMMsyntaxanalysis
- CMM语言语法分析程序,输入CMM程序,输出语法树。-CMM language parser, type CMM process, output syntax tree.
CMMCompiler
- CMM语言(c-minus-minus)语言的解释器。相对于一些基本的程序而言,本系统具有以下几个特点: 1.基本功能: 支持int,real等简单类型,支持相应简单数组; 支持while,if,else语句; 基本数值运算:+,-,*,/; 2.语句拓展 支持char,string等类型,同时支持相应类型数组,与常量声明; 完全支持for,break ;switch(case,default)continue等语句; 支持 ,++,--,+=,-=,*=,/=等
CMMinterpreterjava
- 编译原理课程设计 CMM解释器完整java源代码 包括词法分析,语法分析和语义分析以及界面设计的源代码-Principles of curriculum design CMM compile a complete java source code interpreter, including lexical analysis, parsing and semantic analysis of source code and interface design
CMMinterpretercs
- 编译原理课程设计 CMM解释器完整Csharp源代码 包括词法分析,语法分析和语义分析以及界面设计的源代码-Compiler theory of curriculum design CMM Csharp interpreter source code, including the complete lexical analysis, parsing and semantic analysis of source code and interface design
CMMinterpretercpp
- 编译原理课程设计 CMM解释器完整C++源代码 包括词法分析,语法分析和语义分析以及界面设计的源代码-Compiler theory of curriculum design CMM interpreter complete C++ source code, including lexical analysis, parsing and semantic analysis of source code and interface design
JSQFinal
- 编译原理课程设计,CMM 是一种经过简化的 C 语言,CMM 解释器是一个 CMM 语言 的集成开发环境,经过词法、语法和语义的分析,通过递归下降子程序法对 CMM 语言 进行解释执行。此解释器可以实现几种基本数据类型的表达式计算、隐式转换和强制转 换,循环语句的控制,多维数组的处理,函数调用和重载,变量作用域限制等功能。IDE 能够进行代码自动缩近、语法高亮、撤销重做、括号匹配、错误检查标记、函数定位、 快速注释、输出语法树等。 -CMM is a programming
CMMInterpreter
- cmm解释器完整代码,包含词法分析模块,语法语义分析模块,中间代码生成模块,解释执行中间重新代码模块 ,中间代码采用四元式 界面简单,方便用户重新设计界面,只需要修改对应控件绑定事件-cmm interpreter complete code, including lexical analysis module, the syntax semantic analysis module, intermediate code generation module to explain the impl
CMMInterpreter
- CMM解释器,编译原理课程实践,能够实现词法分析,语法分析,中间代码生成等功能-CMM interpreter, compiler theory of curriculum practice, lexical analysis, parsing, intermediate code generation features such as
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 rel
CMMPInterpreter
- 这是用java编写的cmm的解释器,能够实现cmm语言的词法语法以及语义分析。-This is written in java interpreter cmm, cmm to achieve lexical grammar and semantic analysis of language.
CMMLexical
- CMM语法词法分析程序。输入CMM语法,输出词法分析结果。是一个作业来着的-CMM grammar lexical analyzer. Enter CMM grammar, lexical analysis output. Is a job to significant. .
CMMInterpreter
- CMM解释器,使用java进行词法语法语义分析,带图形界面-CMM Interpreter in Java with GUI.
jieshiqi
- 解释器,词法分析,语法分析,显示行号,异常报错,功能完善-interpreter lexer analyze parser analyze including exception ,show line numbers ,function is strong , using java program languages , create it to CMM program language