-
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
-
一个类c语言的解释器,支持顺序,循环,选择3中结构,实型,整型2种类型,支持函数...
一个类c语言的解释器,支持顺序,循环,选择3中结构,实型,整型2种类型,支持函数-A class c language interpreter to support the order of the cycle, select 3, the structure of real, two kinds of integer type, the support function
- 2022-03-17 20:06:34下载
- 积分:1
-
词法分析,是一个一个单词的分析
词法分析,是一个一个单词的分析- The lexical analysis, is one by one the word analysis
- 2022-03-17 10:53:17下载
- 积分:1
-
C语言语法检查器。
C语言语法检查器。-C syntactic checker
- 2023-07-10 14:25:03下载
- 积分: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编写自己的语义的编译器,你可以用它给你homew…
自己用纯C语言做的词法编译器,可能大家作业能用的上吧,-A semantics compiler in c programed by myself,maybe you can use it foe you homework
- 2022-01-25 14:43:05下载
- 积分:1
-
一个简单的C语言编译器
一个简单的C语言编译器-a simple C language compiler
- 2022-01-26 00:17:31下载
- 积分:1
-
javascript语言的解释器源码,主要用在firefox浏览器中。
javascript语言的解释器源码,主要用在firefox浏览器中。
-javascript language interpreter source, mainly in firefox browser.
- 2022-02-26 09:27:14下载
- 积分:1
-
- 2022-08-20 12:54:47下载
- 积分:1
-
pl0, written in C, small and there are examples! Detailed notes
pl0,用C写的,短小精悍,还有实例!详细注解-pl0, written in C, small and there are examples! Detailed notes
- 2022-02-05 16:40:04下载
- 积分:1