-
一个basic语言的解释器,界面及功能均比较的cool,希望能给各位有点帮组...
一个basic语言的解释器,界面及功能均比较的cool,希望能给各位有点帮组-a basic language interpreter, interface and functions comparable cool, in hopes of giving you a little help group
- 2022-10-11 12:00: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
-
LuaInterface。是lua的c#版本。支持.Net2.0。对于做各种脚本应用支持非常好用。简单,功能强大!...
LuaInterface。是lua的c#版本。支持.Net2.0。对于做各种脚本应用支持非常好用。简单,功能强大!-LuaInterface. Lua is the c# Version. Support. Net2.0. For a variety of scripts to do application support is very easy to use. Simple and powerful!
- 2023-02-16 07:00:04下载
- 积分:1
-
编译原理
编译原理---正则表达式到DFA的演示程序- Translation principle--- regular expression to DFA
demonstration program
- 2023-08-09 03:25:03下载
- 积分:1
-
parser from complete c/c to C change
语法分析器 完成从c/c++向C++转变-parser from complete c/c to C change
- 2022-01-21 00:37:55下载
- 积分:1
-
very detailed grammar compiler ll1 Demonstration Program, the study compiled Acu...
很详细的ll1文法编译演示程序,学习编译的极品!-very detailed grammar compiler ll1 Demonstration Program, the study compiled Acura!
- 2022-01-21 20:39:18下载
- 积分:1
-
编译原理的课程设计
编译原理的课程设计- The translation principle curriculum designs
- 2022-02-03 02:12:01下载
- 积分:1
-
雏形java的解释器源码。配合flex和bison可以工作
雏形java的解释器源码。配合flex和bison可以工作-Embryonic java source of the interpreter. With flex and bison can work
- 2022-01-24 13:00:45下载
- 积分:1
-
与vc++界面十分类似的词法分析器,更带了娱乐功能,播放影音哦...
与vc++界面十分类似的词法分析器,更带了娱乐功能,播放影音哦- With the vc contact surface extremely similar morphology
analyzer, brought the entertainment function, the broadcast video and
music oh
- 2022-02-04 23:15:25下载
- 积分:1
-
构造接受语言{{}}的一台自动机,对于任意输入的一个字符串,模拟其运行过程,判断字符串是否接受。...
构造接受语言{{}}的一台自动机,对于任意输入的一个字符串,模拟其运行过程,判断字符串是否接受。-structure acceptable language (()) of an automatic machine for the indiscriminate importation of a string, its process simulation, the judge whether to accept the string.
- 2022-05-12 11:44:55下载
- 积分:1