登录
首页 » Compiler program » Tiny Machine的源码,一个简单易学习的

Tiny Machine的源码,一个简单易学习的

于 2023-01-19 发布 文件大小:4.27 kB
0 117
下载积分: 2 下载次数: 1

代码说明:

Tiny Machine的源码,一个简单易学习的-Tiny Machine source code, simple is easy the east which studies east

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 教你怎样使用VI编辑器,没有解压密码,很不错
    教你怎样使用VI编辑器,没有解压密码,很不错-teach you how to use the VI editor, not extracting passwords, very good
    2022-02-13 08:05:32下载
    积分:1
  • 用 c++写的编译器, 只有语法和词法
    用 c++写的编译器, 只有语法和词法- Compiler writes which with c, only has the grammar and the morphology
    2022-08-18 09:17:30下载
    积分:1
  • 这是一份实验报告,目的是掌握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
  • 65xx系列致力于加强芯片设计调试环境的变化
    专门为65XX系列芯片设计的变异调试环境的源代码,自带代码加色系统,以及模拟调试环境-65XX series dedicated to the variation of chip design debugging environment of source code, code plus its own color system, simulation and debugging environment
    2022-05-16 09:13:14下载
    积分:1
  • 由于时间紧迫及事先准备不足,编译器最后定型时暴露出不少问题及不足之处,主要有以下一些方面:   不支持数组数据类型,这是文法分析器设计时的一个疏漏,由于时间关系...
    由于时间紧迫及事先准备不足,编译器最后定型时暴露出不少问题及不足之处,主要有以下一些方面:   不支持数组数据类型,这是文法分析器设计时的一个疏漏,由于时间关系,最后只得把扫描器中已做好的相关的数组部分删去。   对于float数据类型的支持,直到语义分析都是正常的,也能生成相应的汇编代码,但由于我们对8086/8088指令系统本身了解不足,这样的汇编代码将只能做到含义上完全忠实于源程序,但不能运行。   对于局部变量的支持,则于时间紧迫,所有的局部变量全被处理成静态变量。使递归函数不能得到正确的结果。    对于函数调用语句,不进行参数匹配检查,如果参数数量不对,也将能通过编译,但运行时将产生非法操作。   对&& !等逻辑操作在最后生成代码时处理比较粗燥,生成的代码在逻辑复杂时将不能保证运行正常。   接下来有一些,不能说是缺陷,但必须说明的问题:   对于main函数,没有参数表,通回类型也必须为void,但如果写上参数表及其他返回类型也能编译通过,生成代码时将简单地忽略,不影响最后的代码的运行。   对于while,for,if语句,其语句体不管是一句还是多句,必须都有{}围起来。这跟C语言中若是一句则可省略{}不同。-Due to the time constraints and lack of preparation in advance, the compiler finalized when exposed numerous problems and shortcomings, mainly in the following aspects : no support for array data type, which is grammar analyzer design of an omission, because of the time, the final could only have scanners do phase customs array deleted. For float data types of support until semantic analysis is normal, and can generate the corresponding assembly code, but because of our 808
    2022-01-26 16:03:11下载
    积分:1
  • 词法分析的程序设计
    词法分析的程序设计- Lexical analysis programming
    2023-01-01 21:20:03下载
    积分:1
  • 一个小型词法分析器,我编译课的课堂作业!
    一个小型词法分析器,我编译课的课堂作业!-a small lexical analyzer, I compile a classroom course work!
    2022-04-29 13:03:06下载
    积分:1
  • C编译器源代码(超级牛b)
    C编译器源代码(超级牛b)-C compiler source code (super cow b)
    2022-03-19 16:59:42下载
    积分:1
  • PASCAL语言子集编译器,足够计算机系的学生交作业用了
    PASCAL语言子集编译器,足够计算机系的学生交作业用了-PASCAL language subset compiler, the enough computer department s students handed over the work to use
    2022-04-19 21:18:31下载
    积分:1
  • 词法分析―分析关键字,运算符,常数并用动态链表保存结果...
    词法分析―分析关键字,运算符,常数并用动态链表保存结果-lexical analysis-keyword analysis, Operators, constant and dynamic results preservation Chain
    2022-07-04 12:20:35下载
    积分:1
  • 696518资源总数
  • 106215会员总数
  • 5今日下载