资源列表
lr0forwin
- 编译原理LR(0)文法分析器 录入合法的LR(0)文法,将输出LR(0)分析表,并可以对输入的句子进行语法分析输出相应语法树。 程序中部分算法还很不简洁,有待改进,欢迎朋友与我多多交流。- Translation principle LR (0) grammar analyzer input legitimate LR (0) the grammar, will output LR (0) the analytical table, and will be allowed to carry
消除左递归得到后缀式
- 解法:对原文法消除左递归,根据消除左递归后的等价文法建立语法树,而后对此语法树 进行后根遍历,即可得到后缀式.- Solution: Eliminates the left recursion to the original grammar, after equal in value grammar establishment grammar tree which eliminates the left recursion, after but the grammar tree carrie
消除左递归1
- 对给定的文法消除左递归。- To the grammar which assigns eliminates the left recursion.
递归下降分析程序
- 这里以开始定义的PASCAL语言子集的源程序作为词法分析程序的输入数据。在词法分析中,自文 件头开始扫描源程序字符,一旦发现符合“单词”定义的源程序字符串时,将它翻译成固定长度的单 词内部表示,并查填适当的信息表。经过词法分析后,源程序字符串(源程序的外部表示)被翻译成 具有等长信息的单词串(源程序的内部表示),并产生两个表格:常数表和标识符表,它们分别包含 了源程序中的所有常数和所有标识符。- Here starts the PASCAL language subset source prog
Java Gui
- 简单的Java Gui,用Java编辑器真接打开- Simple Java Gui, really meets with the Java editor opens
tcpp3
- c语言编译器完正版-c language compiler legal copy
cifafenxiqir
- 这是一个词法分析器 并可处理科学计数法- This a morphology analyzer and may process the science 璁℃暟娉?
词法分析程序设计
- 词法分析的程序设计- Lexical analysis programming
cjh
- 词法分析程序设计- The lexical analyaer designs
cx
- 词法分析的源代码- Lexical analysis source code
编译原理(词法分析)
- 编译原理(词法分析)- Translation principle (lexical analysis)
word_fre123
- 计算机科班学生的词法分析作业,用flex处理生成的VC源程序。- The computer regular professional training student s lexical analysis work, processes the production with flex the VC source program.