资源列表
[编译器/词法分析] ArithmeticSLR1
说明:四则算术运算实现,采用的是SLR1文法包括号+,-,*,/,括号,-Realize four arithmetic operations, using the grammar, including SLR1 No. 2B !,-,*,/, brackets,<9wy> 在 2025-06-17 上传 | 大小:2kb | 下载:0
[编译器/词法分析] dgyffxq
说明:通过设计、编制、调试一个典型的语法分析程序,实现对词法分析程序所提供的单词序列进行语法检查和结构分析.-Through the design, preparation, testing grammar analysis of a typical procedure, to achieve lexical analysis procedure provided by the word sequence and structure analysis of grammar checking.<李守龙> 在 2025-06-17 上传 | 大小:2kb | 下载:0
[编译器/词法分析] LL(1)wenfa
说明:LL! 文法。。功能有限。只能。只能测试非直接做递归的文法。-LL! Grammar. . Limited functions. Only. Only test to do not directly recursive grammar.<chenyuanming> 在 2025-06-17 上传 | 大小:2kb | 下载:0
[编译器/词法分析] cifafexiqi
说明:词法分析器的简单实现,为关键的算法,定义的关键字-Realize a simple lexical analyzer for the key algorithm, the definition of keywords<> 在 2025-06-17 上传 | 大小:2kb | 下载:0
[编译器/词法分析] cifafenxi
说明:此程序用来完成编译原理的PL/0的词法分析程序-This process used to complete the Compilation Principle of PL/0 of the lexical analysis program<xingyudong> 在 2025-06-17 上传 | 大小:2kb | 下载:0
[编译器/词法分析] yffx
说明:语法分析是编译程序的核心部分,其主要任务是确定语法结构,检查 语法错误,报告错误的性质和位置,并进行适当的纠错工作.法分析的方法有多种多样,常用的方法有递归子程序方法、运算符优先数法、状态矩阵法、LL(K)方法和LR(K)方法。归纳起来,大体上可分为两大类,即自顶向下分析方法和自底向上分析方法. Syntax进行语法分析.对于语法分析,这里采用LR(1)分析法,判断程序是否满足规定的结构.构造LR(1)分析程序,利用它进行语法分析,判断给出的符号串是否为该文法识别的句子,了解LR(K)分析方法是<项阳> 在 2025-06-17 上传 | 大小:2kb | 下载:0