搜索资源列表
ll1fenxi
- LL1文法分析器的例子,用vc++6.0制作,调试成功-LL1 grammar analyzer example, produced using vc 6.0, debug success
lpy
- ll1文法分析器 ,但是只有界面,其中的算法要在以后更新-ll1 grammar analyzers, but only interface, the algorithm updates to the future
LL1wenfafenxi
- LL1文法分析器,借用网上资源编写而成,有些粗糙,勉强可以用-LL1 grammar analyzers, use online resources to complete, some rough, barely used
73462706LL1wenfafenxi
- ll1文法分析器,有大用途,还y有什么要说明的
ll1 xq
- 文法分析器 在c环境下编写的 我认为还可以-c grammar analyzer in the preparation of the environment I think I can
基于C++开发的LL1
- 基于从C++开发的一个LL1文法分析器,内付源码,源码中还有一定的注释-from C-based development of a LL1 grammar analyzer, which paid source, there still is a certain source of the Notes
LL(1)语法分析器
- LL1语法分析器实验源代码加详细报告
LL1
- LL(1)文法分析器~~~包含实验报告 文法为: *(1) E->TG *(2) G->+TG *(3 G->-TG *(4) G->^ *(5) T->FS *(6) S->*FS *(7) s->/FS *(8) S->^ *(9) F->(E) *(10) F->i -LL (1) grammar analyzer ~ ~ ~ with experimental rep
LL1
- 消除左递归的文法来使文法满足进行确定自顶向下分析的条件 一个LL(1)分析法的语法分析器-Elimination of left-recursive grammar to make grammar meet to determine the top-down analysis of the conditions for an LL (1) Analysis Parser
LL1
- 语法分析是编译过程的核心部分。他的任务是在词法分析识别单词符号串的基础上,分析并判断程序的的语法结构是否符合语法规则。语言的语法结构是用上下文无关文法描述的。因此语法分析器的工作的本质上就是按文法的产生式,识别输入符号串是否为一个句子。对于一个文法,当给你一串符号是,如何知道它是不是该文法的一个句子,这是这个课程设计所要解决的一个问题。-Syntax analysis is the core of the compiler process. His task is to identify the
bianyiyuanli
- ll1语法分析器可以完成ll1文法的前声断咽后-ll1 grammar parser to be completed before the sound of breaking ll1 retropharyngeal
ll1
- 编译原理LL1文法分析器 用c语言写的 很好用-Compiler Construction Principles LL1 parser grammar to write well with the c language to use
LL1
- LL1文法分析器。实现first follow select-LL1 grammar analyzer. Achieve first follow select
LL(1)
- LL1文法分析器,代码较为简洁易懂,附有注释结构明确-LL1 grammar parser, the code more simple and easy to understand, clearly annotated structure
Parser5
- ll1 文法分析器 此分析器实现了 编译原理当中的语法分析-ll1 grammar analyzer Analyzer to achieve the compilation of this parsing principle which
LL(1)
- LL1文法分析器,可进行句子分析等功能。运行环境:java。by风为衣裳-LL1 grammar parser, sentence analysis. Operating environment: java. by the wind for the clothes
LL1
- L1文法分析器,只能分析 E -> TE E -> + TE | ε T -> FT T -> *FT | ε F -> i | (E)
vcapi20040127
- LL1文法分析器,可以实现自动生成分析表,给定文法,判断分析结果。-LL1 grammar analyzer
LL1
- LL1文法分析器,终结符,规则集,生成分析表,导入文法,保存文法-LL1 grammar analyzer, terminator, rule set, generate analysis table, import grammar, save grammar
实验2
- LL1文法分析器,可以识别LL1文法,求出first集与follow集,生成分析表。(LL1 grammar analyzer, you can identify the LL1 grammar, find the first set and follow set, generate an analysis table.)