资源列表
analyselexical
- simulation of the scanner
Homework3_ADC
- that is the method of making ADC output with PIc
bianyi
- 这是编译原理实验中的词法分析的原代码,简单实用-this is a code about the bianyi,it is simple
priority.tar
- 编译原理算符优先分析实现,可以打印出比较帅的语法树-Compiler theory operator priority to achieve, you can print out the more handsome of the syntax tree
maze
- Its the simulation of a 3D maze using the C++ platform
cifafenxi
- 此应用程序是用c语言编写的词法分析程序,上机调试成功通过测试。-This application is written in c language lexical analysis program, successfully tested on the machine commissioning.
c
- c编译器的lex,yacc文件,很简单,几分钟就能看懂。
分词程序代码
- 分词程序的源代码-Word program's source code
11
- until 语句的LR翻译程序设计 是用JAVA语言编写的 能实现词法分析和语法分析的功能 并且输出四元式-LR sentence until the translation of the program design JAVA is the language used to achieve lexical analysis and syntax analysis of the function and output quaternion type
ll(1)YUFAPANDUAN
- 学编译原理时写的一个语法分析程序 分类:C/C++技术交流 一.[目的要求] ① 对输入文法,由程序自动构造FIRST FOLLOW集 ② 对输入文法,由程序自动生成它的LL(1)分析表; ③ 对于给定的输入串,应能判断识别该串是否为给定文法的句型。 二.[题目分析] 该程序可分为如下几步: (1)读入文法 (2)判断正误 (3)若无误,判断是否为LL(1)文法 (4)若是,构造分析表; (5)由总控算法判断输入符
compile
- 自己写的一个编译程序,可以从二进制文件中读取一段c程序,进行表达式的识别和一些简单的c语句,最后生成三元式输出
by31.rar
- 算法优先法实现算术表达式的语法分析