-
这是一份实验报告,目的是掌握YACC的使用方法,了解YACC处理二义性的方法。
用YACC等工具生成如下文法表示的表达式对应的计算器
exp...
这是一份实验报告,目的是掌握YACC的使用方法,了解YACC处理二义性的方法。
用YACC等工具生成如下文法表示的表达式对应的计算器
exp->exp + exp | exp - exp| exp * exp |exp / exp |exp ^ exp | - exp |(exp) |NUM
对于输入的表达式,能输出结果。比如:
3 +(4 *5)结果应为23
当出现错误时可以进行错误处理。
-This is a test report, the purpose is to master the use YACC to learn YACC handling of the ambiguity approach. Using tools such as YACC grammar that generates the following expression for the corresponding calculator exp-> exp+ exp | exp- exp | exp* exp | exp/exp | exp ^ exp |- exp | (exp) | NUM expression for the input type, can be output. For example: 3+ (4* 5) the result should be 23 when the error can be error-handling.
- 2022-05-23 10:34:44下载
- 积分:1
-
一个简单实现了词法分析,语法分析,目标代码优化的编译器...
一个简单实现了词法分析,语法分析,目标代码优化的编译器-a simple realization of the lexical analysis, grammar analysis, the objectives of optimizing code compiler
- 2023-02-20 11:25:03下载
- 积分:1
-
陈火旺的程序设计语言编译原理,里面是pdf格式的
陈火旺的程序设计语言编译原理,里面是pdf格式的-Chen Huowang the principle of programming language compilers, which are pdf format
- 2022-04-18 10:36:14下载
- 积分:1
-
用MFC编了一个迷你的Pascal编译器,交互式用户界面
用mfc编的一个mini pascal compiler,有交互界面,方便用户操作,对于学编译原理以及正在研究mfc的同学来说,是相当不错的参考源码。-mfc series with a mini pascal compiler, interactive interface user-friendly operation, the compiler theory and science is studying mfc students, it is a fairly good reference source.
- 2023-08-14 05:10:03下载
- 积分:1
-
摩托罗拉l7播放时mp3乱码歌名修改器.
摩托罗拉l7播放时mp3乱码歌名修改器.-mp3 player when title changes for gibberish.
- 2022-08-06 03:37:52下载
- 积分:1
-
这是编译原理的词法分析源程序
这是编译原理的词法分析源程序- This is translates the principle the lexical analysis source
program
- 2022-07-09 02:41:51下载
- 积分:1
-
可以的,我见过,可以反编译出程序框架,但部分代码只能反编译成汇编Top4楼BlackPoint(黑点)回复于 2002...
可以的,我见过,可以反编译出程序框架,但部分代码只能反编译成汇编Top4楼BlackPoint(黑点)回复于 2002-03-12 17:10...根据我所知道的dede就是最好的delphi反编译工具,可以还原窗体等资源,但是pas等只能还原成汇编,但是如果可以将汇编还原-Yes, I have seen, you can decompile a procedural framework, but some code can only decompile Top4 floor into a compilation BlackPoint (black spots) on 2002-03-12 17:10 Reply ... According to what I know is dede decompile delphi best tool to restore the form and other resources, but can only be restored to pas, such as compilation, but if it can be compiled to restore
- 2022-04-19 08:00:06下载
- 积分:1
-
工欲善其事,必先利其器,学好汇编离不开实践,这有各种汇编编辑器,总有合适的,
免的你寻找之苦
masm32v8
masm611
MasmEdit...
工欲善其事,必先利其器,学好汇编离不开实践,这有各种汇编编辑器,总有合适的,
免的你寻找之苦
masm32v8
masm611
MasmEditor1600汇编集成-工欲善其事, its prerequisite, and learn the compilation can not be separated from practice, this compilation has all kinds of editor, there will always be appropriate to avoid the pain of you looking for the compilation of integrated masm32v8masm611MasmEditor1600
- 2022-02-26 02:45:40下载
- 积分:1
-
你可以任意输入合法文法,给定任意的句子,将会分析出这个句子是不是文法的的句子...
你可以任意输入合法文法,给定任意的句子,将会分析出这个句子是不是文法的的句子-You can enter any legal grammar, given any sentence, it will analyze the sentence is not grammatical sentences! !
- 2023-05-01 11:50:02下载
- 积分:1
-
使用C语言编写的最简单DFA的JAVA词法分析器,使用文件实现匹配,属性字流和错误信息结果保存在文件中,适合编译初学者学习词法分析器...
使用C语言编写的最简单DFA的JAVA词法分析器,使用文件实现匹配,属性字流和错误信息结果保存在文件中,适合编译初学者学习词法分析器
- 2022-11-22 14:35:04下载
- 积分:1