-
该程序能够实现简单的c语言词法,语法,语义分析。
该程序能够实现简单的c语言词法,语法,语义分析。- This procedure can realize the simple c language morphology,
the grammar, the semantic analysis.
- 2022-01-25 20:08:31下载
- 积分:1
-
一个basic语言的编译工具。
一个basic语言的编译工具。- A basic language translation tool.
- 2023-06-13 05:40:04下载
- 积分:1
-
- 2023-08-16 20:45:03下载
- 积分:1
-
一个14岁的小孩写的D++编译器,很厉害哦
一个14岁的小孩写的D++编译器,很厉害哦-A 14-year-old child wrote D++ Compiler, very powerful, oh
- 2022-02-03 00:54:26下载
- 积分:1
-
Simulation of serial communication serial port communication code M88 simulation...
模拟串口通信代码M88
模拟串口通信代码M-Simulation of serial communication serial port communication code M88 simulation code M
- 2022-02-07 15:40:13下载
- 积分:1
-
This is a university teaching series unravel the procedures set grammar and synt...
这是一个大学教学用的编绎程序,集语法分析和语法制导翻绎为一体,其中语法分析采用算符优先分析算法.-This is a university teaching series unravel the procedures set grammar and syntax analysis Multilingual guidance for the integration, analysis and syntax analysis algorithm operator priority.
- 2022-11-15 20:10:08下载
- 积分:1
-
一个简化的编译器,出自美国编译领域的大师劳顿之手,在UNIX/LINUX环境下实现,适合初学者进行分析...
一个简化的编译器,出自美国编译领域的大师劳顿之手,在UNIX/LINUX环境下实现,适合初学者进行分析-a simplified compiler, the United States compiled from the master Lawton hand, UNIX/LINUX environment realized, the analysis for beginners
- 2022-11-04 02:10:03下载
- 积分:1
-
在本编译程序中,源语言为PL/0语言,目标语言为假想栈式计算机的汇编语言.PL/0语言是Pascal语言的一个子集,PL/0的编译程序包括了对PL/0语言源程序...
在本编译程序中,源语言为PL/0语言,目标语言为假想栈式计算机的汇编语言.PL/0语言是Pascal语言的一个子集,PL/0的编译程序包括了对PL/0语言源程序进行分析处理、编译生成类PCODE代码,并在虚拟机上解释运行生成的类PCODE代码的功能。
PL/0语言编译程序采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为独立的子程序供语法分析程序调用。语法分析的同时,提供了出错报告功能。在源程序没有错误编译通过的情况下,调用类PCODE解释程序解释执行生成的类PCODE代码。
该软件为PL/0语言编译程序,所实现的扩充功能如下:
1.增加单词:保留字 ELSE,FOR,TO, DOWNTO
2.增加运算 +=,-=,++,--
3.不等号# 改为
4.增加条件语句的ELSE子句
5.扩充语句:
①FOR := TO DO
②FOR := DOWNTO DO
其中,语句①的循环变量的步长为1,
语句②的循环变量的步长为-1。
概述
源文件: *.plo
目标文件: *.COD
实现平台:C++ Builder6.0
-the compiler, the source language of PL/0 language, target language of the imaginary stack of computer assembly language. PL/0 language Pascal language is a subset of, PL/0 compilers including the right PL/0 language source analysis, category PCODE compiler code generation and the virtual machine running on to explain the formation PCODE category code functions. PL/0 language compiler
- 2022-07-12 21:52:18下载
- 积分:1
-
dropped by recursive approach to design their own compiler, generating PL/0 Stac...
按递归下降方式设计其编译程序,生成PL/0栈式指令代码,然后解释执行。用(a=1)+2*(b=3+4*5)/2+2*a*b-(a=a+5)/ (c=2) 测试-dropped by recursive approach to design their own compiler, generating PL/0 Stack-code instructions, and then the interpretation and implementation. Using (a = 1) 2* (b = 3 4* 5)/2* a* b- (a = 5 a)/(c = 2) Testing
- 2022-01-25 23:49:31下载
- 积分:1
-
这是关于小Python的实现
this is about tiny python implementation
- 2022-06-02 23:04:16下载
- 积分:1