资源列表
TinyPlus
- 按照《编译原理与实践》课程,基于Tiny语言编译器改造的Tiny+编译器,实现了词法分析、语法分析、语法制导翻译、中间代码生成的步骤-According to class <Compiler onstruction>. Based on the the Tiny language compiler, it s a Tiny+ compiler, have achieved lexical analysis, parsing, syntax-directed translation,
word
- 编译原理 词法分析 是个不错的词法分析器,已通过编译-Lexical Analysis of Compilation Principle
vc616677824666
- 解释器中的词法和语法分析程序,用C++编写,带界面和测试程序-lexer & syntaxer
c51fby.rar
- 反汇编,51单片机反汇编文件,很好用于c移植,Disassembly
az5
- Hi,this is a c program written with keil software for programming LPC2000 for working with ADC in ARM micro,enjoy it -Hi,this is a c program written with keil software for programming LPC2000 for working with ADC in ARM micro,enjoy it ...
fodigui
- 编译原理for递归下降法(c++程序)可以进行词法分析和语法分析-Compiler Construction Principles for recursive descent method (c++ program) can be lexical analysis and syntax analysis
demo
- VC++从正则表达式到有穷自动机实例,很不错的demo-VC++ from the regular expression to finite automaton instance
Calculator
- 包含JAVACC学习笔记 JAVACC对小型计算器的代码说明 以及小型计算器实现的.jj文件 及生成的java class文件-particularized in the Chinese descr iption~
pl0-source-code-from-book
- 编译原理的pl/0源码,非常好,外面很难找到,里面实现了pl0语言的具体细节-compiler principles pl / 0 source, a very good, very difficult to find outside. p10 inside the realization of the language specific details
pl0.ok1
- 经过修改的PL0编译程序源码,对于编译原理初学者来说,是一个不错的参考程序,有利于递归下降方法的理解,包括词法分析,语法分析和语义生成,并可以在虚拟机上执行。-revised PL0 compiler source code, compiler theory beginners, is a good reference procedures, it dropped recursive method to the understanding, including lexical analysis,
decoder3to8
- 用组合逻辑电路写的3/8译码器,非常简单,是初学者可以看看的-Written with a combination of logic circuit 3/8 decoder is very simple, a beginner can look at the
scanner
- 用 C++ 作为宿主语言完成: Java语言词法分析器的设计和实现 使用DFA实现词法分析器的设计; 实现对Java源程序中注释的过滤; 利用两对半缓冲区从文件中逐一读取单词; 词法分析结果属性字流存放在独立文件(文件名:scanner_output)中; 统计源程序每行单词的个数和整个源文件单词个数; 具有报告词法错误和出错位置(源程序行号和该行字符)的功能;-Using C++ as the host language to complete: Java lang