搜索资源列表
yufafenxi
- 语法分析程序 利用C++(或C)编制确定的自顶向下预测分析语法分析程序,并对简单语言进行语法分析。 待分析的简单语言的语法若文法G[ E]为: (1) E –> TE’ (2) E’ –> +TE’ (3) E’ –> e (4) T –> FT’ (5) T’ –> *FT’ (6) T’ –> e (7) F –> (E) (8) F –> i 实验说明 具体要求如下:
yufafenxi
- 编译原理课程中的实验二语法分析c++编程-Compilation Principle course experiment two parsing c++ programming
yufafenxi
- 采用LL(1)方法,用C语言在C++开发环境下编写的语法分析程序,简单易懂,已经过调试-Using LL (1) method, using C language development environment C++ parser written in a simple easy to understand, has been commissioning
yufafenxi
- 一个刚用过还不错的LR分析器~有兴趣的朋友下来看看吧-Just used a LR parser is also a good friend ~ who are interested to see it down
yufafenxi
- 这是一个描述编译原理的,是关于编译原理的词法分析的-This is a descr iption of compiler theory, is compiled on the principle of lexical analysis
yufafenxi
- 语法分析器,可识别符号。对于一个英文文本,识别每个单词什么。 -Grammar Parser
yufafenxi
- 编译原理语法分析。自顶向下分析语法,首先要分析词法是否正确,若错误有错误提示,若没有进行语法分析自顶向下匹配字符串,显示匹配成功,或者失败结果。-Parsing compiler theory. Top-down analysis of grammar, lexical analysis is correct first, if an error has error, if there is no top-down parsing strings match, display matching
yufafenxi
- 编译原理的实验,该部分为语法分析的源代码-Compiler theory experiments, the part of the syntax analysis of the source code