登录
首页 » Compiler program » 符合编译原理的词法分析器

符合编译原理的词法分析器

于 2022-08-23 发布 文件大小:314.75 kB
0 119
下载积分: 2 下载次数: 1

代码说明:

符合编译原理的词法分析器- Conforms to the translation principle morphology analyzer

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

发表评论

0 个回复

  • 用C写的简易C编译器
    用C写的简易C编译器-C write simple C compiler
    2022-05-18 06:04:10下载
    积分:1
  • 2022-06-11 18:52:52下载
    积分:1
  • Jad is a Java decompiler, in IE to read Java class files and converts them into...
    Jad 是一个 Java 反编译器,在 IE 中读取 Java 类文件,并将他们转换成 Java 原文件,这些原文件可以被重新编译-Jad is a Java decompiler, in IE to read Java class files and converts them into Java of the original documents, which the original files can be re-compiled
    2022-06-27 05:39:17下载
    积分:1
  • 目标代码生成(C++)源代码+详细的课程设计报告 源程序的中间代码变换成依赖于具体机器的等价的目标代码...
    目标代码生成(C++)源代码+详细的课程设计报告 源程序的中间代码变换成依赖于具体机器的等价的目标代码-Target code generation (C++) Source code a detailed report of the curriculum design of the intermediate source code converted into machine dependent on the specific object code equivalent
    2022-01-25 23:37:57下载
    积分:1
  • 解法:对原文法消除左递归,根据消除左递归后的等价文法建立语法树,而后对此语法树 进行后根遍历,即可得到后缀式....
    解法:对原文法消除左递归,根据消除左递归后的等价文法建立语法树,而后对此语法树 进行后根遍历,即可得到后缀式.- Solution: Eliminates the left recursion to the original grammar, after equal in value grammar establishment grammar tree which eliminates the left recursion, after but the grammar tree carries on the root to spread the calendar regarding this, after then obtains decorates the type
    2022-01-22 17:47:18下载
    积分:1
  • 一个小计算器的实现(编译原理),用Lex和bison
    一个小计算器的实现(编译原理),用Lex和bison-Realize a small calculator (Principle compiler), with Lex and bison
    2023-04-28 14:55:03下载
    积分:1
  • 一个简单的C词法分析器 能识别数字,标志符(关键字,变量)和一些运算符....
    一个简单的C词法分析器 能识别数字,标志符(关键字,变量)和一些运算符.-a simple C lexical analyzer can identify the number, identifier (keyword, variable), and some Operators.
    2023-04-18 23:00:03下载
    积分:1
  • without extracting passwords, it is a principle of experimental compiler source...
    无解压密码,这是一个编译原理的实验源码,已经编译成功能实现读无符号数了.-without extracting passwords, it is a principle of experimental compiler source code, compiler can achieve success without reading a few symbols.
    2022-01-27 11:30:29下载
    积分:1
  • c语言编译器,面向windows的,不用注册即可使用
    c语言编译器,面向windows的,不用注册即可使用-c language compiler, facing the windows, and do not have to register to use
    2023-06-25 13:25:04下载
    积分: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
  • 696516资源总数
  • 106668会员总数
  • 21今日下载