-
SNL language compiler, Vc prepared, Windows interface, grammar, syntax, semantic...
SNL语言的编译器,Vc++编写,Windows界面,语法,词法,语义分析及代码生成一条龙,有详细注解! 超级豪华!-SNL language compiler, Vc prepared, Windows interface, grammar, syntax, semantic analysis and code generation dragon, a detailed explanation! Super luxury!
- 2022-10-17 03:45:02下载
- 积分:1
-
Tiny Machine的源码,一个简单易学习的
Tiny Machine的源码,一个简单易学习的-Tiny Machine source code, simple is easy the east which
studies east
- 2023-01-19 15:15:03下载
- 积分:1
-
压缩文法等价变换,输入一个文法,可以对其进行等价变换,很方便...
压缩文法等价变换,输入一个文法,可以对其进行等价变换,很方便-compression grammar equivalent transformation, importation of a grammar can transform its equivalent, is a convenient
- 2022-03-12 02:47:39下载
- 积分:1
-
LL(1)文法使用的是确定的自顶向下的分析技术。LL(1)的含义是:第一个L表明自顶向下分析是从左向右扫描输入串,第2个L表明分析过程中将使用最左推导,1表明只...
LL(1)文法使用的是确定的自顶向下的分析技术。LL(1)的含义是:第一个L表明自顶向下分析是从左向右扫描输入串,第2个L表明分析过程中将使用最左推导,1表明只需向右看一个符号便可决定如何推导,即选择哪个产生式(规则)进行推导。
LL(1)文法的判别需要依次计算FIRST集、FOLLOW集和SELLECT集,然后判断是否为LL(1)文法,最后再进行句子分析。
-LL (1) grammar using a set top-down analysis techniques. LL (1) the meaning is: the first one L shows a top-down analysis is a scan input string from left to right, the first two L shows the analysis process will be the most left-derivation, one that will be just right to see a sign can decide how to derive, choose what Production (rules) for derivation. LL (1) grammar, followed by calculation of the discriminant needs FIRST sets, FOLLOW sets and SELLECT set, and then determine whether to LL (1) grammar, the last sentence further analysis.
- 2023-02-02 20:20:03下载
- 积分:1
-
为EBNF符号对象的完整支持;
Complete support for EBNF notation; Object-oriented parser design; C++ output; Deterministic bottom-up "shift-reduce" parsing; SLR(1), LALR(1) and LR(1) table construction methods; Automatic parse tree creation; Possibility to output parse tree in XML format; Verbose conflict diagnostics; Generation of tree traverse procedures
- 2022-01-24 16:51:06下载
- 积分:1
-
VHDL编程100例,有需要的就下吧
vhdl编程100例,有需要的就下吧-VHDL Programming 100 cases, in need of on the next bar
- 2022-07-18 15:36:27下载
- 积分:1
-
编译原理源代码 以及实验描述 找了很久才找到的
编译原理源代码 以及实验描述 找了很久才找到的-Compiler Construction Principles and experimental description of the source code looking for a long time to find the
- 2022-09-07 15:15:03下载
- 积分:1
-
很好用的语法分析器。
很好用的语法分析器。-good with the parser.
- 2022-12-18 09:15:03下载
- 积分:1
-
这是一个词法分析器的实验报告,比较齐全,用C++编写,源码可直接运行...
这是一个词法分析器的实验报告,比较齐全,用C++编写,源码可直接运行-This is a lexical analyzer experiment report, relatively complete, and C++ Prepared source code can be directly run
- 2022-11-14 15:40:04下载
- 积分:1
-
c51的一些综合的应用
c51的一些综合的应用-C51 integrated application
- 2022-09-23 02:05:03下载
- 积分:1