-
一个简单的解析器,可以对四则运算和if语句进行解析,利用简单扫描的方式词法解析,和压栈方式解释运算,可以帮助学习编译原理...
一个简单的解析器,可以对四则运算和if语句进行解析,利用简单扫描的方式词法解析,和压栈方式解释运算,可以帮助学习编译原理-a simple parser can be four operators and if statements for the analysis, simple scanning the lexical analysis, and interpretation Yazhan Operators can help compiler theory
- 2022-05-10 17:20:56下载
- 积分:1
-
KEIL 编译器的使用说明,共八章非常详细。
KEIL 编译器的使用说明,共八章非常详细。-KEIL compiler userguide, a total of eight chapters in great detail.
- 2022-07-27 03:01:01下载
- 积分:1
-
小型对delphi编译器包括语法语义及词法
小型对delphi编译器包括语法语义及词法- Small to delphi compiler including grammar semantics and
morphology
- 2022-06-11 13:19:49下载
- 积分:1
-
LL(1)文法使用的是确定的自顶向下的分析技术。LL(1)的含义是:第一个L表明自顶向下分析是从左向右扫描输入串,第2个L表明分析过程中将使用最左推导,1表明只...
LL(1)文法使用的是确定的自顶向下的分析技术。LL(1)的含义是:第一个L表明自顶向下分析是从左向右扫描输入串,第2个L表明分析过程中将使用最左推导,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.
- 2022-02-06 11:59:23下载
- 积分:1
-
9222 Series NEC 78K0S simulation initialization settings
NEC 78K0S系列 9222仿真初始化设置-9222 Series NEC 78K0S simulation initialization settings
- 2022-02-12 16:06:03下载
- 积分:1
-
一个外国人写的词法分析程序,大家可以参考一下,不过代码太多了!
有点难...
一个外国人写的词法分析程序,大家可以参考一下,不过代码太多了!
有点难-a foreigner writing lexical analysis procedures, we can take a look, but too many of code! Hard
- 2022-03-24 03:52:29下载
- 积分:1
-
语法分析器词法分析器
语法分析器词法分析器-Parser lexical analyzer
- 2022-07-17 03:44:05下载
- 积分:1
-
C++版 词法分析、语法分析器
C++版 词法分析、语法分析器-C version of lexical analysis, grammar analyzer
- 2022-02-14 19:29:46下载
- 积分:1
-
词法分析
从字符串表示的源程序中识别单词符号
词法分析
从字符串表示的源程序中识别单词符号-Lexical analysis of source code from a string that identify word symbols
- 2023-04-08 04:20:03下载
- 积分:1
-
一个简单的编译器,词法分析,语法分析,代码生成
一个简单的编译器,有词法分析,语法分析,代码生成-a simple compiler, lexical analysis, grammar analysis, code generation
- 2022-04-16 04:53:04下载
- 积分:1