资源列表
CH0000005
- c的基础源码,利于学习,是个很不错的源码。-c foundation source, conducive to learning, is a very good source.
pascallex
- C++编写的Pascal词法分析器-C compilation Pascal morphology analyzer
1
- 编译原理-词法分析器-定义单词符号的种类,编码的规则等功能
verilog
- verilog设计经验点滴 因为Verilog是一种硬件描述语言,所以在写Verilog语言时,首先要有所要写的module在硬件上如何实现的概念,而不是去想编译器如何去解释这个module-verilog technolog
cifafenxi
- 编译原理中的词法分析程序,都是编译原理必做的程序!
c_lex
- c语言的词法分析程序的源码,是用c语言写的,可以直接在tc中运行-lexical analysis procedure of the source code is written in C language and can be used directly in the running tc
ll1
- 语法分析器,实现语法分析,只是源代码,保证可以运行。
java
- java的antlr词法\语法分析代码,版本针对java1.5-java lexical antlr parsing the code, version for java1.5
parseLL1
- snl编译器 语法分析功能 c++编写 但是只有一个功能 功能不是很全-snl translator parse1 have a table
pda
- 实现下推自动机功能 实际上此程序为半自动机,可以手动选择入栈的字符。思路也很清晰
bianyiqi
- 编译器实现原理的前端,对输入的字符进行浏览,语法分析-Compiler to achieve the principle of the front end, navigate to the input characters, parsing
pl0
- 编译原理关于PL0文法的实现,关于添加case和for语句的实现详细功能