搜索资源列表
pl0back
- 在本编译程序中,源语言为PL/0语言,目标语言为假想栈式计算机的汇编语言.PL/0语言是Pascal语言的一个子集,PL/0的编译程序包括了对PL/0语言源程序进行分析处理、编译生成类PCODE代码,并在虚拟机上解释运行生成的类PCODE代码的功能。 PL/0语言编译程序采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为独立的子程序供语法分析程序调用。语法分析的同时,提供了出错报告功能。在源程序没有错误编译通过的情况下,调用类PCODE解释程序解释执行生成的类PCODE代码
CFFC_1
- java写的PLO词法分析,刚交了作业 没什么大内容,仅供参考-java write lexical analysis of the PLO, has just paid a little big operation, for reference purposes only
ploc++build
- plo 清华版的第二章的那个!! 1. 基本内容(成绩范围:“中”、“及格”或“不及格”) 对PL/0作以下修改扩充: (1)增加单词:保留字 ELSE,FOR,TO, DOWNTO 运算符 +=,-=,++,-- 修改单词:不等号# 改为 <> 增加条件语句的ELSE子句 (2)扩充赋值运算:+= 和 -= (3)扩充语句(Pascal的FOR语句): ①FOR <变量>:=<表达式> TO <表达式>
pl0.h
- 这是PL0.h,与前面的plo.c放在一起才能运行
NEWPL0
- PLO模板程序设计,里面包括了源代码,运行的结果,不过没实验报告书-PLO template programming, which includes the source code and operating results, but did not report on experiments
plo-com
- pl/0编译器的C++实现,包含了词法分析,语法分析,语义分析&代码生成部分。-pl / 0 compiler for C + + realization included lexical analysis, parsing, Semantic Analysis & code generator parts.
plo(CB)
- 我在三做的课程,当时拿到了95分,包括完整的报告,有IF/else/read/for等语句的plo-I do three courses, then get 95 hours, including a full report, IF there / else / read / for such phrases as the plo
编译原理pl0程序
- plo词法分析程序-plo lexical analyaer
plo
- 原创!PL0词法分析程序的源码!能够实现用PL0语言进行词法及语法分析!
521178934765lr(1)
- PLO编译器 vc++编写界面美观 人性化 可用与分析研究 -PLO compiler vc prepared beautiful interface can be humanized and analysis
pl01
- 这是一个PLO的编译器,是编译原理课程设计的一个很好的内容-This is a compiler of the PLO, is to compile the curriculum design principle a good content
PL0(C++Builder).PLO源码(c++buider)编译原理课程设计
- PLO源码(c++buider)编译原理课程设计 已经添加了++ += else if >= <= 等字符,PLO source (c++ Buider) Principles of curriculum design has been compiled added+++ = Else if> = <= and other characters
PLO.rar
- pl0编译原理源代码,其中包括java和c++两种不用语言编写的程序,Compiler Construction Principles pl0 source code, including java and c++ two languages do not have the procedure
PL0.rar
- PLO的此法分析语法分析,还有解释程序中间代码生成,目标代码全都有的。,Analysis of this PLO syntax analysis, and interpretation of the procedures to generate intermediate code, object code all others.
PLOc
- c写的plo源程序,包括词法分析,语法分析,语义分析,可以通过vc++6.0编译-c write plo source, including lexical analysis, syntax analysis, semantic analysis, can vc++ 6.0 compiler
plo
- plo 源碼 在基礎上增加了 switch:case语句 和 while語句 輸入文件為Pascl-plo-source based on an increase in the switch: case statements and while statements input file for Pascl
plo
- PL/0功能扩充,实现处理break功能,break退出当前循环-PL/0 function of the expansion, to achieve break function to deal with, break out of the current cycle
plotest2
- 编译原理课程设计2 编译器 PLO 包括语法分析-Principles of Course Design Compiler Compiler 2 PLO, including parsing
dfasdff
- PLO编译器扩充,编译原理课程设计作业-PLO compiler extension, compiler theory course design work !!!!!!!
plo
- 本程序实现了PLO语言的编译工作,包含了词法分析、语法分析,语义分析等工作。-The program to achieve a the PLO language compiler, including lexical analysis, parsing, semantic analysis.