资源列表
pl0
- 双版本pl0对照起来 很韵味网上找了那么多就数这个最好了-双版本pl0对照起来 很韵味
main
- 简单的词法分析器,输入指定目录下文件,可以得到token序列。-Simple lexical analyzer, input file in specified directory, it can bechange into token sequence.
bch
- 用c编写的bch码编译码源程序,希望对大家有所帮助。-Bch written with c source code encoding and decoding, we want to help
pl0
- 扩充PL0语言的编译器,是编译技术的大作业,可以参考哦-Expansion PL0 language compiler, compiler technology is a major operation, can refer to Oh
Yu
- 用ANTLR开发的CMM语言语法分析器的文法源文件。使用需ANTLR环境-ANTLR parser source file,grammar
javacclearning
- javacc学习资料 包括词法语法分析器的设计概念 每一步设计都有详细说明-javacc learning materials, including the design concept of lexical parser has a detailed descr iption of every step of the design
javacc
- javacc学习资料 包括词法语法分析器的设计 以及实现简单计算机功能的程序设计-javacc learning materials including lexical parser design and implement simple computer program design features
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
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
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
Lexical-analyzer-code
- 词法分析器代码,用的JAVA语言,比较简单,可以作为课件演示-Lexical analyzer code, with JAVA language, is simpler, can be used as a courseware demonstration
Complier
- PL/0语言编译器的中间代码生成。要求用递归子程序法/或预测分析法实现对表达式、各种说明语句、控制语句进行语法分析。若语法正确,则用语法制导翻译法进行语义翻译:对说明语句,要求将说明的各符号记录到相应符号表中;对可执行语句,应产生出四元式中间代码并填写到三地址码表中; 若语法错误,要求指出出错性质和出错位置(行号)。出错处理应设计成一个出错处理子程序。 -The PL/0 language compiler intermediate code generation. Require the