搜索资源列表
Desktop
- 编译原理语法分析 LL1 LR 程序自动分析表生成-Compilation Principle syntax analysis LL1 LR
The-LL1-parser
- 输入: 非终结符号串:AB 终结符号串:a 起始符号:A 文法个数:2 第一个产生式:A->aB|a 第二个产生式:B->a 输出 first follow集 输入:测试句型 aa 语法正确 测试句型 ab 语法不正确-Input: Nonterminal symbol string: AB The end of string symbol: a Start symbol: A The number o