-
语言解释器的源代码,可以在Linux,Windows,
Lua语言解释器源代码,可以在linux,windows,
- 2022-04-28 10:47:39下载
- 积分:1
-
利用MFC开发的OpenGL开发包,希望对大家有所帮助哈
利用MFC开发的OpenGL开发包,希望对大家有所帮助哈-MFC Development using OpenGL Development Kit, and they hope to help everyone Kazakhstan
- 2022-07-06 10:14:02下载
- 积分: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
-
这是一个完整的词法分析器,用C++编写,并有测试文件
这是一个完整的词法分析器,用C++编写,并有测试文件-This is a complete lexical analyzer, C++, and test document
- 2022-10-12 02:55:03下载
- 积分:1
-
这是一个小时候玩的游戏 走迷宫
这是一个小时候玩的游戏 走迷宫- This the game which a childhood played walks the labyrinth
- 2022-01-25 18:23:24下载
- 积分:1
-
it is used to solve the matrix problem easily.having the good interface
it is used to solve the matrix problem easily.having the good interface -it is used to solve the matrix problem easily.having the good interface ...
- 2022-04-23 07:15:39下载
- 积分:1
-
XML解析源代码expat2.01版,lib目录能用于C++代码中
XML解析源代码expat2.01版,lib目录能用于C++代码中-XML source code analysis expat2.01 version, lib directory can be used to C++ Code
- 2023-06-04 13:45:02下载
- 积分:1
-
一个小翻译用C++语言编的,可以
用C语言编的一个小解释器,可以执行C程序的!算是可以执行C程序的C程序吧! (大师)写的哦!- A small interpreter arranges which with the C language, may
carry out the C procedure! Is may carry out C the procedure C
procedure! (Master) writes oh!
- 2022-05-22 18:44:48下载
- 积分:1
-
这是我们学校平时实习的四个内容:词法分析、递归下降子程序、ll1语法分析、lr0语法分析 是我用c++编写的。...
这是我们学校平时实习的四个内容:词法分析、递归下降子程序、ll1语法分析、lr0语法分析 是我用c++编写的。-This our peacetime training schools of the four elements : lexical analysis, recursive decline subroutine, ll1 syntax analysis, lr0 syntax analysis is used c prepared.
- 2023-07-15 19:55:03下载
- 积分:1
-
示范利用 Delphi 制作 BASIC 程序语言解释器
示范利用 Delphi 制作 BASIC 程序语言解释器- The demonstration manufactures the BASIC program language
interpreter using Delphi
- 2022-09-08 14:30:03下载
- 积分:1