-
编译原理课程设计,语法分析.学校的课程设计,好象还有点用吧...
编译原理课程设计,语法分析.学校的课程设计,好象还有点用吧-compiler theory curriculum design, syntax analysis. School curriculum design, as if it still has some use
- 2022-03-21 03:46:45下载
- 积分:1
-
编译原理课程设计,输入布尔表达式,然后有系统自动转换为逆波兰四元式...
编译原理课程设计,输入布尔表达式,然后有系统自动转换为逆波兰四元式-compiler theory of curriculum design, the importation of Boolean expressions, and then the system automatically converted to reverse Poland four yuan-
- 2022-04-11 09:08:28下载
- 积分:1
-
C语言语法检查器。
C语言语法检查器。-C syntactic checker
- 2023-07-10 14:25:03下载
- 积分:1
-
c++编写的编译语法分析器,功能一般,能分析基本的表达式,这是我们编译的第一个实验,真是难做啊...
c++编写的编译语法分析器,功能一般,能分析基本的表达式,这是我们编译的第一个实验,真是难做啊-c prepared by the parser compiler, functional general, the basic analysis of the expression, and this is our first translation of an experiment is difficult ah
- 2022-08-21 07:47:47下载
- 积分:1
-
编译原理实用教程PPT,中国水利水电出版社,作者杨德芳
编译原理实用教程PPT,中国水利水电出版社,作者杨德芳-failed to translate
- 2022-02-21 20:00:10下载
- 积分:1
-
系统地讲述了计算机语言的编译原理。如:编译器、词法分析、文法等...
系统地讲述了计算机语言的编译原理。如:编译器、词法分析、文法等-Systematically about the principles of computer language compiler. Such as: compiler, lexical analysis, grammar, etc.
- 2023-03-09 13:55:04下载
- 积分:1
-
利用 lex 和yacc自动生成C语言子集的词法分析和语法分析程序的源程序...
利用 lex 和yacc自动生成C语言子集的词法分析和语法分析程序的源程序-using lex and generates automatic generation of C language subset of lexical analysis and parsing the source code of procedure
- 2022-07-10 00:33:31下载
- 积分: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
-
VC MFC PL/0语言中的词法分析
vc++ mfc pl/0词法分析-vc mfc pl/0 lexical analysis
- 2022-08-24 13:26:34下载
- 积分:1
-
VC quoted matlab6.5 function library mlfGamma function, has been copied to the t...
VC引用matlab6.5函数库中mlfGamma函数的方法,已经拷贝到文本里,文本内有详细的解说、讨论和代码。-VC quoted matlab6.5 function library mlfGamma function, has been copied to the text, the text of a detailed explanation, discussion and code.
- 2022-08-24 14:23:11下载
- 积分:1