-
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
-
单片机与PC机通信的程序,pc机程序用c语言来编写,单片机程序用汇编语言来编写...
单片机与PC机通信的程序,pc机程序用c语言来编写,单片机程序用汇编语言来编写-dfafdfa
- 2022-06-02 14:26:14下载
- 积分:1
-
这是一个用flex生成的计算器程序
这是一个用flex生成的计算器程序-This is a generation with flex the calculator program
- 2022-08-13 01:15:52下载
- 积分:1
-
布尔表达式的翻译
布尔表达式的翻译- Boolean expression translation
- 2022-05-07 00:53:13下载
- 积分:1
-
这是一个简单的C编译器的词法分析和语法分析。
这是一个简单的C编译器的词法分析和语法分析。-This is a simple C-compiler of lexical analysis and parsing.
- 2022-07-04 10:50:39下载
- 积分:1
-
数控系统中的解释器源代码,可以独立的运行,直接在dos环境下解释G代码...
数控系统中的解释器源代码,可以独立的运行,直接在dos环境下解释G代码-NC system for the interpretation of the source code, independent of the operation, directly in the environment explained dos G code
- 2022-02-24 11:03:03下载
- 积分:1
-
用词法+语法分析树写的四则运算,非常强大
用词法+语法分析树写的四则运算,非常强大
- 2022-03-22 11:19:24下载
- 积分:1
-
魔王语言 改进班的
魔王语言 改进班的 -fiendish language classes to improve
- 2022-03-18 01:28:48下载
- 积分:1
-
it is program which is used to bulid a hut in c program.having the simplicity in...
it is program which is used to bulid a hut in c program.having the simplicity in program
- 2022-01-31 02:33:57下载
- 积分:1
-
一个Pascal子集语言的编译器,将pascal子集语言的源程序存成source.txt文件,经过编译器的处理得到C++语言的code.cpp文件。...
一个Pascal子集语言的编译器,将pascal子集语言的源程序存成source.txt文件,经过编译器的处理得到C++语言的code.cpp文件。-Subset of a Pascal language compiler, a subset of the pascal language source.txt Save as source files, compiler after treatment has been C++ Language code.cpp document.
- 2022-07-11 08:01:26下载
- 积分:1