-
输入已经消除左递归的以及提取公共左因子的LL(1)文法,再输入相应的表达式,若分析成功,则在递归输出过程中输出"acc",若不成功,则有相应的报错以及位置指名。...
输入已经消除左递归的以及提取公共左因子的LL(1)文法,再输入相应的表达式,若分析成功,则在递归输出过程中输出"acc",若不成功,则有相应的报错以及位置指名。注意,要把同一个非终结符的产生式分成单个输入。他会自动计算first,follow,预测分析表的构造,但并不输出。-importation has been eliminated and left recursive public from the left-LL (1) grammar, further importation of the corresponding expression, if the analysis is successful, the output of the recursive process output "belongs", if successful, there were errors and the corresponding location named. Attention, we should end with a non-escalation of production into a single input. He will be automatically calculated first, follow, and predicting and analyzing the table structure, but does not export.
- 2022-03-22 06:15:04下载
- 积分:1
-
c language program, some of the commonly used algorithms, and from the network t...
c语言程序,一些常用的算法,来源于网络收集,希望大家指教。-c language program, some of the commonly used algorithms, and from the network to collect, we hope the exhibitions.
- 2022-04-01 21:32:37下载
- 积分:1
-
For a given input string that can identify the string to determine whether a giv...
对于给定的输入串,能够判断识别该串是否为给定文法的句型-For a given input string that can identify the string to determine whether a given grammar of the sentence
- 2022-03-11 22:48:02下载
- 积分:1
-
翻译原则程序,如果有错误请
编译原理程序,如有错误请谅解。- Translation principle procedure, if has the mistake please to
forgive.
- 2022-07-15 06:12:35下载
- 积分:1
-
一个用C编写的#解释器,封闭的过程的完整的实现…
一个用C#编写的解释器,内附完整的实现过程以及源代码。-A used C# Prepared interpreter, enclosing the complete realization of the process, as well as source code.
- 2023-08-22 08:20:03下载
- 积分:1
-
一个免费的汇编语言编译器的源代码
一个免费的汇编语言编译器的源代码-a free compilation of language compiler source code
- 2022-05-30 12:47:36下载
- 积分:1
-
词法分析程序,这是一个词法分析程序,是在编译原理课编写下来的,经过多次修改。还能够分析对10+9e这样的单词。比较全面...
词法分析程序,这是一个词法分析程序,是在编译原理课编写下来的,经过多次修改。还能够分析对10+9e这样的单词。比较全面-lexical analysis, this is a lexical analysis procedure is compiled in principle prepared from the lesson, after several revisions. Also to analyze 10 9e of the word. More comprehensive
- 2022-06-01 00:11:00下载
- 积分:1
-
综合运用所学知识,集成词法分析、符号表管理等程序的成果,编程实现LR(0)算法...
综合运用所学知识,集成词法分析、符号表管理等程序的成果,编程实现LR(0)算法-Comprehensive use of the knowledge, integrated lexical analysis, symbol table management, and so the outcome of the procedure, programming the realization of LR algorithm
- 2022-01-26 03:47:17下载
- 积分:1
-
录入合法的LL(1)文法,将输出LL(1)预测分析表
录入合法的LL(1)文法,将输出LL(1)预测分析表- Inputs legitimate LL (1) the grammar, will output LL (1) to
forecast the analytical table
- 2022-01-28 04:07:52下载
- 积分:1
-
采用递归下降子程序书写的编译原理关于“PL0文法”的编译器,支持词法分析语法分析目标代码生成...
采用递归下降子程序书写的编译原理关于“PL0文法”的编译器,支持词法分析语法分析目标代码生成-grammar
- 2022-02-05 07:23:30下载
- 积分:1