-
编译原理“龙书”(Compilers: Principles, Techniques, and Tools)中提供的一个小型Syntax...
编译原理“龙书”(Compilers: Principles, Techniques, and Tools)中提供的一个小型Syntax-Directed Translator-Compiler Construction Principles " long book" (Compilers: Principles, Techniques, and Tools) provided a small Syntax-Directed Translator
- 2022-01-27 11:29:23下载
- 积分:1
-
大学期间写的一个简单的词法分析器,通过输入符合自定义语法规则的程序,得到分析的二元组...
大学期间写的一个简单的词法分析器,通过输入符合自定义语法规则的程序,得到分析的二元组-University wrote a simple lexical analyzer through importation from the definition of the rules of grammar procedures, the analysis of binary Group
- 2022-01-26 08:14:13下载
- 积分:1
-
一个基于C++的语法分析类,可以用来定制自己的编译器
一个基于C++的语法分析类,可以用来定制自己的编译器 -A class based C++ syntactic analysis, it can be used to build you own compiler
- 2022-10-28 08:20:04下载
- 积分:1
-
The Lua code will be embedded in a presentation to their own method of procedure
本代码演示了将Lua嵌入到自己程序中的方法
-The Lua code will be embedded in a presentation to their own method of procedure
- 2022-04-14 11:34:49下载
- 积分:1
-
小而快的c编译器,可以直接解释运行C语言写就的源程序。
小而快的c编译器,可以直接解释运行C语言写就的源程序。-Small but fast c compiler can directly explain the C language to run on the source.
- 2022-08-09 23:39:40下载
- 积分:1
-
用C++编写的一个简单C语言词法分析器,把需要分析的内容保存在C:input.txt,分
析完毕好保存在C:output.txt...
用C++编写的一个简单C语言词法分析器,把需要分析的内容保存在C:input.txt,分
析完毕好保存在C:output.txt-Using C++ to prepare a simple C language lexical analyzer, the need to analyze the contents stored in C: input.txt, finished the analysis of well preserved in the C: output.txt
- 2022-03-04 19:38:51下载
- 积分:1
-
LL (1) parser
LL(1)语法分析器,在任何时候,总控程序都是按照栈顶符号X和当前输入符号a行事的。对于任何(X,a),总控程序每次都执行下述三种可能的动作之一:
若X=a=’#’,则宣布分析成功,停止分析过程;
若X=a≠’#’,则把X从栈顶逐出,让a指向下一输入符号;
若X是一个非终结符,则查看分析表M。若M中存放着一条关于X的产生式,那么,首先把X逐出栈顶,然后,把产生式的右部符号按反序一一推进栈,同时做这个产生式相应的语义动作(目前不管)。若M[X,a]中存放着一条出错标志,则调用出错诊查程序Error。-LL (1) parser
- 2022-04-20 05:21:39下载
- 积分:1
-
哈暗影欢迎指导,打一次 ,不知道好不好。
哈暗影欢迎指导,打一次 ,不知道好不好。-Kazakhstan shadow welcome guidance, a fight, do not know well or not.
- 2022-03-16 12:09:13下载
- 积分:1
-
星子行V2.0(源码)公开星子行V3.0以上版本,都是由星子行V1.0和星子行V2.0的核心结合而开发成的!
星子行V1.0是单反接正法,星子行V2....
星子行V2.0(源码)公开星子行V3.0以上版本,都是由星子行V1.0和星子行V2.0的核心结合而开发成的!
星子行V1.0是单反接正法,星子行V2.0是多反接法,星子行V3.0以上版本都是多反接反正双法连接核心. -Xingzi line V2.0 (source) line open Xingzi V3.0 or later, Xingzi line by line Xingzi V1.0 and V2.0 of the core-binding developed into! Xingzi line V1.0 is the next actual SLR , Xingzi V2.0 is a multi-line reverse law, Xingzi line version V3.0 and above are more than double reverse method to connect the core anyway.
- 2022-08-11 23:03:11下载
- 积分:1
-
简单的c0编译器,能够正确地将源码编译成功,并且生成四元试...
简单的c0编译器,能够正确地将源码编译成功,并且生成四元试-C0 simple compiler, able to correctly compile the source code successfully, and generated four test
- 2023-02-20 22:50:03下载
- 积分:1