-
pl0编译器
pl0编译器-pl0 compiler
- 2022-03-13 01:14:44下载
- 积分:1
-
这是一个模拟语言的编译程序
这是一个模拟的C语言编译器---Little C程序。可支持递归、if语句、do-while、return等语句。-This is a simulation of the C language compiler-Little C procedures. Support recursion, if statements, do-while, return and other statements.
- 2022-03-02 21:40:08下载
- 积分:1
-
小型编译器的词法扫描
正则表达式
相见编译原理
小型编译器的词法扫描
正则表达式
相见编译原理-Small compiler lexical scanning regular expression compiler theory meet
- 2022-02-04 11:55:24下载
- 积分:1
-
求正规表达式到NFA(不确定的有限自动机),NFA到DFA及DFA(有限自动机)的最小化 有注释。...
求正规表达式到NFA(不确定的有限自动机),NFA到DFA及DFA(有限自动机)的最小化 有注释。-seek formal expressions of the NFA (uncertain Finite Automata), the NFA to the DFA and DFA (finite state machine) is the smallest of the Notes.
- 2022-08-26 04:32:07下载
- 积分:1
-
C_minus BNF language syntax definition of procedures from the list of statement...
C_minus语言的BNF语法定义 程序由声明的列表(或序列)组成,声明可以是函数或变量声明,顺序是任意的。至少必须有一个声明。接下来是语义限制(这些在C中不会出现)。所有的变量和函数在使用前必须声明(这避免了向后backpatching引用)。程序中最后的声明必须是一个函数声明,名字为main。注意,C-缺乏原型,因此声明和定义之间没有区别(像C一样)。-C_minus BNF language syntax definition of procedures from the list of statement (or sequence), with a statement can be variable or function statement, the order is arbitrary. There must be at least one statement. Next is the semantic constraints (these will not arise C). All the variables and functions to be used in the statement (which avoids the use Backpatching backwards). Procedures must be the last statement is a function declaration, the name of the main. Attention C- lack of a prototype, and the definition of a statement is no difference between (the same as C).
- 2022-03-04 15:33:26下载
- 积分:1
-
编译原理实验中的yacc源码,是一个基于小类C语言的yacc程序,有助于学习yacc的编写。...
编译原理实验中的yacc源码,是一个基于小类C语言的yacc程序,有助于学习yacc的编写。-principle experiment compiler generates the source code, is based on a subset of the C language yacc procedures, contribute to the preparation of learning yacc.
- 2022-02-18 16:32:30下载
- 积分:1
-
the queue code that wrote in C++ language
the queue code that wrote in C++ language
- 2022-02-04 23:11:35下载
- 积分:1
-
Translation principle small language compiler
编译原理small语言的编译程序- Translation principle small language compiler
- 2022-04-16 23:30:06下载
- 积分:1
-
编译原理LR(0)文法分析器 录入合法的LR(0)文法,将输出LR(0)分析表,并可以对输入的句子进行语法分析输出相应语法树。 程序中部分算法还很不简洁,有待改...
编译原理LR(0)文法分析器 录入合法的LR(0)文法,将输出LR(0)分析表,并可以对输入的句子进行语法分析输出相应语法树。 程序中部分算法还很不简洁,有待改进,欢迎朋友与我多多交流。- Translation principle LR (0) grammar analyzer input legitimate
LR (0) the grammar, will output LR (0) the analytical table, and will
be allowed to carry on the grammar analysis output corresponding
grammar tree to the input sentence. In the procedure the partial
algorithms very are not succinct, await improvements, welcome the
friend and my many exchanges.
- 2022-05-17 18:31:19下载
- 积分:1
-
C语言写的PASCAL语言形态的语法分析器
c语言写的pascal词法语法分析器-c language writes pascal morphology grammar analyzer
- 2022-03-19 19:12:37下载
- 积分:1