搜索资源列表
-
0下载:
本程序用于自顶向下的语法分析。只您输入的上下问无关文法进行分析,并构造出预测分析表。-procedure for the top-down syntax analysis. Only you enter the ministry asked not grammar analysis and structural analysis projected table.
-
-
1下载:
构造实验一所给文法(应考虑改造)的FIRST集合和FOLLOW集合;构造LL(1)分析表;构造预测分析的总控程序;利用分析表、分析栈和总控程序对源程序进行自上而下的语法分输出整个语法分析过程中栈的变化过程及分析结果,如符合语法规则输出“正确”,否则输出“错误”。
,Experiment to construct a grammar (should consider the transformation) of FIRST and FOLLOW set of the collection co
-
-
1下载:
学编译原理时写的一个语法分析程序
分类:C/C++技术交流
一.[目的要求]
① 对输入文法,由程序自动构造FIRST FOLLOW集
② 对输入文法,由程序自动生成它的LL(1)分析表;
③ 对于给定的输入串,应能判断识别该串是否为给定文法的句型。
二.[题目分析]
该程序可分为如下几步:
(1)读入文法
(2)判断正误
(3)若无误,判断是否为LL(1)文法
(4)若是,构造分析表;
(5)由总控算法判断输入符
-
-
0下载:
实现编译原理构造分析表的c++程序源代码
实现编译原理构造分析表的c++程序源代码-The realization of the principle of structural analysis compiled table c++ Compile source code to achieve the principle of structural analysis table c++ Source code
-
-
0下载:
用递归下降文法对词法分析,并对单词序列的语法检查和结构分析-Using recursive grammar decline of lexical analysis, syntax and word sequence inspection and structural analysis
-
-
0下载:
1 )收件符合特定语法语法分析和属性文法。
( 2 )完成的科目要求的中间代码的描述三个地址。
( 3 )写的语法某一思想的分析,完成解析和语义分析节目。
( 4 )良好的分析,编制过程中,设计了一些使用情况下,试验的设计通过分析程序。
( 5 )的设计,附件所要求的报告写作格式。课程设计报告正文应包括以下内容:
1系统描述(描述问题域)
2属性文法和语法的描述
3描述了语法分析和语法分析设计
4给出了说明的形式,中间代码和中间代码序列的结构设计
-
-
0下载:
设计、编制、调试一个典型的语法分析程序,实现对词法分析程序所提供的单词序列进行语法检查和结构分析,进一步掌握常用的语法分析中预测分析方法。-Design, preparation, debugging a typical parser, lexical analysis program to realize the word sequence provided by the grammar checking and structural analysis, to further understa
-
-
0下载:
C语言子集编辑器 采用C语言的结构 LL1分析法做的编译器 结构完善-C language subset editor uses C language to do the structural analysis LL1 compiler structured
-
-
0下载:
小学期做的一个C编译器,具有语法分析,语义分析和结构分析的功能。希望对大家有用-Primary of a C compiler to do with syntax analysis, semantic analysis and structural analysis of the function. Hope to useful
-
-
0下载:
编译原理,构造LL分析表,LR分析器,含报告文档-Compiler theory, structural analysis table LL, LR parser, the document containing the report
-
-
0下载:
这是一份关于编译原理的构造分析表的代码,很不错,对于刚学习的学生来说有借鉴价值!-This is a structural analysis code table on compiler theory, a very good reference value for students who are just learning!
-
-
0下载:
通过设计、编制、调试一个典型的语法分析程序,实现对词法分析程序所提供的单词序列进行语法检查和结构分析,进一步掌握常用的语法分析方法。-A typical parser through the design, development, debugging, syntax checking and structural analysis of word sequences provided by the lexical analyzer, and further understand the syn
-