Description: 包括开发文档和完整的程序。
算符优先语法分析模拟构造器主要包括文法的FirstVT和LastVT集模拟构造,算符优先关系表的构造,算符优先函数表的构造,句子(程序)分析归约过程等几个部分。-Including the development of documents and procedures. Simulation of the priority operator parsing constructor FirstVT mainly grammar and structure LastVT set simulation, operator precedence relations form the structure, function operator priority table structure, the sentence (process) analysis of several parts, such as reduction process. Platform: |
Size: 476160 |
Author:穆鹏 |
Hits:
Description: 算符优先分析方法是根据算符之间的优先关系而设计的一种自底向上的语法分析方法。算符优先分析的基本思想是只规定算符之间的优先关系,也就是只考虑终结符之间的优先关系。由于算符优先分析不考虑非终结符之间的优先关系,在归约过程中只要找到可归约串就归约,并不考虑归约到哪个非终结符,因而算符优先归约不是规范归约。-Operator precedence analysis is based on the priority relationship between the operator is designed as a bottom-up parsing methods. The basic idea of operator precedence analysis is provided only to give priority to relations between the operator, that is only considered a priority relationship between the terminator. As the operator does not consider the priority of priorities between nonterminal relationship, in the reduction process of reduction as long as the string could be found on the reduction, which does not consider the reduction to a nonterminal, which reduction is not a standard operator priorities reduction. Platform: |
Size: 51200 |
Author:陈小龙 |
Hits:
Description: 一个算符优先分析器,首先构造优先关系表,然后根据算符优先分析算法编写程序。
-An operator precedence parser, the first priority relational table structure, and then write a program operator precedence parsing algorithm. Platform: |
Size: 46080 |
Author:卜丽娜 |
Hits:
Description: 利用算符优先算法制作的一个表达式计算器,它能够将一个C语言的表达式解析成四元式,然后根据算符优先的规则来计算表达式。-The use of operator precedence algorithm produced an expression calculator, it can be a C language expression parsing into four yuan type, then operator precedence rules to evaluate the expression. Platform: |
Size: 2874368 |
Author:hgp |
Hits:
Description: 输入一个文法根据算符优先分析法,将表达式进行语法分析,判断一个表达式是否为算符优先文法 输入一个句子进行分析-Enter a grammar based on operator priority analysis, expression parsing to determine an expression for the operator precedence grammar enter a sentence for analysis Platform: |
Size: 1277952 |
Author:瞿蛋蛋 |
Hits: