搜索资源列表
PARSER
- a ll1 parser for windows
bianyiyuanli
- ll1语法分析器可以完成ll1文法的前声断咽后-ll1 grammar parser to be completed before the sound of breaking ll1 retropharyngeal
GLLL1tare
- LL1通用语法分析器,有消除左递归,FIRST集合、FFOLLOW集合、分析表生成等功能,已通过测试。 -LL1 general parser, to eliminate left recursion, FIRST collection FFOLLOW collection, analysis, table generation, has been tested.
Debug
- 一个C++写的LL1语法分析程序,只有执行文件,和一个文档。文档中附有程序源码和使用说明。-LL1 parser a C++ write only the executable file and a document. Program source code and instructions for use attached to the document.
LL1_number
- 一个整数四则运算的LL1文法解析器,使用递归下降算法,是编译原理的作业。-An integer four computing LL1 grammar parser, recursive descent algorithm is the job of the compiler theory.
LL1
- 编译原理,基于LL1文法的语法分析程序。源文件-LL1 grammar parser
shiyan2
- 自上而下语法分析器设计,理解手工编写自上而下语法分析器的设计方法。1、 在VC下打开gram.dsp,阅读工程gram,gram为一个加法(适当扩充可为四则)运算表达式的LL1递归下降语法分析器,规定其文法-Down parser design, design method of top-down parser understand writing manual. 1, open in VC gram.dsp, read engineering gram, gram as an additiv
LL1
- LL(1)语法分析器,简单的LL(1)语法分析器。 输入语法,判断是否合法-LL (1) parser, simple LL (1) parser. Input syntax, then determine whether legal
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
