搜索资源列表
LRfenxiqi
- 这是一个LR分析器 希望多大家有用,包括了源程序和测试数据-THIS IS A LR .
LR(1)
- 一个很好的用java编写的用来判断一个文法是否是LR(1)文法及其分析器的构造-yes
sy1new
- 编译原理的LR分析表源码,描述语法分析器的构造,语法制导翻译和中间代码生成-Compilation Principle source of LR analysis table describes the structure parser, grammar-guided translation and intermediate code generation
yufafenxi
- 一个刚用过还不错的LR分析器~有兴趣的朋友下来看看吧-Just used a LR parser is also a good friend ~ who are interested to see it down
LR
- 利用LR分析方法实现的语法分析器。语法分析器(Parser)通常是作为编译器或解释器的组件出现的,它的作用是进行语法检查、并构建由输入的单词组成的数据结构(一般是语法分析树、抽象语法树等层次化的数据结构)。语法分析器通常使用一个独立的词法分析器从输入字符流中分离出一个个的“单词”,并将单词流作为其输入。-LR-implemented method of analysis utilizing the parser. Parser (Parser) is often used as a compil
compiler
- 编译原理:词法分析器、LL(1)文法、LR(1)文法的实现。基于Qt实现了图形界面。-Compiler theory: lexical analyzer, LL (1) grammar, LR (1) grammar implementations. Qt-based graphical interface to achieve.
aaa
- LR分析器的核心是一张分析表,它由两个子表组成: 其一是分析动作表;另一个为状态转移表。其中: S1,S2,…,Sn为分析器的各个状态;a1,a2,…,al为文法的全部终结符号和句子界符;X1,X2,…,Xp为文法字汇表中的全部文法符号。(I like doing sports and reading in my free time. My favorite sport is basketball. I often play basketball with my classmates after
程序
- 实现了从词法分析,LR分析器,LR分析,类型分析;(Compiler Front end Realized from lexical analysis, LR parser, LR analysis, type analysis;)
LR分析器
- 用于编译原理课程的实验,LR分析实验代码,可以直接用,便于读者理解LR分析流程。(For compiler theory course experiment, LR analysis experiment code, can be directly used to facilitate readers to understand LR analysis process.)