搜索资源列表
CMM
- CMM语言解释器的词法分析(C++编写)
CMM.rar
- 这个语法分析器用到的是自顶向下的递归调用的方法,根据Cminus语言的文法规则 的BNF范式编写递归调用的代码,parse方法是程序的入口,它调用的stmt_sequence完成整个语法分析工作,stmt_sequence背后是12个互相调用的方法,它本身也在语法分析的过程中被调用到。 每个方法在最后会返回一个构造好的节点DefaultMutableTreeNode节点t给调用它的方法,然后调用它的方法用这个返回的节点继续构造,最后语法分析完成后会返回一棵完全构造好了的树节点,然后将这个树节点
lexicalanalyzer
- cmm语言词法分析程序,这是本人第一次独立的完成一个小实验,望大家多指教-cmm language lexical analysis procedures, this is my first independent completion of a small experiment, hope all parties to have more advice
Syntax_CMM
- 语法分析,CMM语言,生成语法树。但是语法树的缩进不完美。-Syntax analysis, CMM language, generative grammar tree. Syntax tree indentation but not perfect.
CMM
- CMM语言的词法分析源代码,希望对大家有帮助。。谢谢下载啊-The CMM the language lexical analysis of the source code
cmm-lex
- 参照清华大学《编译原理》写的cmm语言词法分析程序-Reference to Tsinghua University, Compiler Construction Principles written by cmm language lexical analysis program
CMM-parser
- 一款CMM语法分析器,功能比较全面,可解释运行程序-A CMM parser, function more fully, run the program explained
cmm
- C++编写的词法分析器,解释器构造作业。-C++ Prepared lexical analyzer, parser operating structure.
CMM
- CMM语词法分析器,还有完整的源码-Word method CMM Analyzer, as well as complete source code
gmcs.exe
- CMM语法的语法自动构造生成工具-CMM grammar syntax structure generation tool automatically
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
CMM
- 这是一个CMM语言的词法分析代码。。。实现简单-This is a CMM language lexical analysis code. . . To achieve simple. . . . . . . . . .
CMMCompiler
- CMM编译器 C#完成的,可以实现词法分析,语法分析,不错的用户界面,可以交付编译原理的课程实践。做得很不错,90+的作业-CMM compiler
CMM-version1.0
- 自己写的CMM解释器,学解释器构造的同学应该都尝试过吧!这里用的antlr,和大家交流交流-cmm compiler with java, using antlr framework.
CMM--lexical-analysis
- 几个简单的词法分析,适用于CMM语言。写的不是很完善,如有疑惑可以联系我-A few simple lexical analysis for CMM languages. Writing is not perfect, any doubts you can contact me
CMM-TR24_.V1.2
- Apostila sobre CMM, Engenharia de Softwares, Delphi
CMM
- CMM语言解释器构造 -CMM language interpreter structure CMM language interpreter structure
cmm-py
- CMM语言的解释器和编译功能全面实现的完整代码-CMM language interpreter and compiler features the full realization of