资源列表
code
- 假设文档的内容为 i a * nul i b + nul i c # nul 是个单词二元式,对他进行不带回溯的自上而下的语法分析.
KS0108
- Graphikal LCD Driver
语法fx
- 编译原理,语法分析 ll(1),lr (0),slr(1)-compiler theory, syntax analysis ll (1), lr (1), lr (0), slr (1), etc.
词法分析编译原理实验c++
- 一个很不错的c++ 程序!是编译系统的第一个程序,主要功能实现词法分析!通过对文本的编译,实现词法分析-a very good procedures c! The build system is the first procedure, the main function of achieving lexical analysis! The text adopted by the compiler to achieve lexical analysis
imp
- 语法分析.h,对一个文法给以判断所给的句子是不是文法所生成的。- The grammar analysis h, gives the sentence to a grammar which the judgement gives is the grammar produces.
cifafenxiqi
- 识别类C语言的词法分析器,该分析器能识别十进制、八进制、十六进制数,还能识别c语言要求的标识符-Identification of class C language, lexical analyzer, the analyzer can identify the decimal, octal, hexadecimal number, but also identify the language requirements of the identifier c
myparser
- Tiny 语言的Parser Generator 2 语法分析器
DD2ODD
- 单片机测试程式,主要是IO扩展,测试线路,开路短路,LCD显示
LL(1)wenfaa
- LL(1)文法的实现方法,有需要的可以-LL (1) grammar method, it is necessary to look at the
小小的词法分析器
- 这是我们学习编译原理时做的一个程序. 是一个简单的词法分析程序.将一个文本文件时的推导规则进行.-This our compiler theory when learning to do a procedure. It is a simple lexical analysis procedure. A text file of the derivation rules.
kcuart_tx
- This verilog code for transmitting data serially-This is verilog code for transmitting data serially
StackExample
- Simple Stack example. Which show you how to implement LIFO in stack using link list.