资源列表
[编译器/词法分析] yufafenxi(LL1)
说明:编写语法分析程序,实现对算数表达式的语法分析。要求所分析算数表达式由如下的文法产生。 E->E+T|E-T|T T->T*F|T/F|F F->id|(E)|num 实验要求:在对输入表达式进行分析的过程中,输出所采用的产生式。 -Write parser, to achieve the syntax of arithmetic expressions. Requirements of ari<lzydwd> 在 2024-11-11 上传 | 大小:2kb | 下载:0
[编译器/词法分析] yufafenxiqi
说明:这个文件是一个关于语法分析器的构造源代码。是一个关于编译原理实验的内容。- This document is one about the grammar analyzer s structure source code. Is one about the translation principle experiment s content.<杀神> 在 2024-11-11 上传 | 大小:2kb | 下载:0
[编译器/词法分析] RecursiveDescent
说明:编译原理语法分析程序源代码 递归下降分析法源代码,绝对成功-Compiler theory parser source code analysis source code for recursive descent, absolute success<李延> 在 2024-11-11 上传 | 大小:2kb | 下载:0