-
windowns 环境的lex和yacc编译器工具
windowns 环境的lex和yacc编译器工具-windowns environment lex and yacc compiler tool
- 2022-05-31 11:52:40下载
- 积分:1
-
编译原理词法分析器
编译原理词法分析器- Translation principle morphology analyzer
- 2022-05-09 13:45:23下载
- 积分:1
-
符合编译原理的词法分析器
符合编译原理的词法分析器- Conforms to the translation principle morphology analyzer
- 2022-08-23 11:51:28下载
- 积分:1
-
Mitsubishi microcontroller programming software, I would like to learn to look a...
三菱公司的单片机编程软件,想学的不妨看看。有意去三菱的最好学学。-Mitsubishi microcontroller programming software, I would like to learn to look at. Mitsubishi intends to learn the best.
- 2023-05-11 11:35:04下载
- 积分:1
-
现将本人搜集常用的程序设计语言的词法和形式文法提供给大家。其中,词法是按LEX格式编辑,形式文法是按YACC格式书写,大家可直接用LEX和YACC工具编译生成各...
现将本人搜集常用的程序设计语言的词法和形式文法提供给大家。其中,词法是按LEX格式编辑,形式文法是按YACC格式书写,大家可直接用LEX和YACC工具编译生成各类程序设计语言的分析器。-commonly used programming language syntax and grammar forms to the public. Among them, morphology is based on LEX format editing, grammar form is written by YACC format, we can use the LEX and YACC tools various compiler generation programming language analyzer.
- 2023-02-14 16:15:03下载
- 积分:1
-
实现一个C程序下的词法分析,简单实用,不需要添加任何代码,就可执行,可在DOS或WIN下的各个版本的C程序编辑器下执行...
实现一个C程序下的词法分析,简单实用,不需要添加任何代码,就可执行,可在DOS或WIN下的各个版本的C程序编辑器下执行-achieve a C program under the lexical analysis, simple and practical, do not need to add any code can be implemented, in DOS or WIN under the various versions of the C program under Executive Editor
- 2022-04-14 16:58:46下载
- 积分:1
-
利用 lex 和yacc自动生成C语言子集的词法分析和语法分析程序的源程序...
利用 lex 和yacc自动生成C语言子集的词法分析和语法分析程序的源程序-using lex and generates automatic generation of C language subset of lexical analysis and parsing the source code of procedure
- 2022-07-10 00:33:31下载
- 积分:1
-
Based on the classic of the Context
经典的基于Context-Free_Grammer 的语法分析器。-Based on the classic of the Context-Free_Grammer grammar analyzer.
- 2022-01-23 10:51:01下载
- 积分:1
-
用语法分析器编写的语法和词法分析
用c编写的语法解析器,能进行词法和语法分析-c prepared with the parser can make grammatical and lexical analysis
- 2022-02-04 01:25:04下载
- 积分: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