搜索资源列表
200505241019311925
- PLO编译 (2) 输出单词,输出形式为:(序号,单词,对应源程序行号,对应源程序列号); (3) 输出出错信息,输出形式为:(出错行号,出错列号,出错信息); (4) 输出符号表,输出形式为:(单词种别码,单词符号); (5) 对源程序编辑框的某一行进行双击,能在单词编辑框中对应的单词变为红色; 当在单词编辑框中选定某一单词时,对应的源程序编辑框中的行变为蓝色。 (6) 打开、保存文件。查找、删除、修改等编辑工作。 -PLO compiler (2) output
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(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
PLO de shixian
- PLO de shixian
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.
gdut-PLO
- gdut编译原理课程设计 (1)增加单词:保留字 ELSE,FOR,TO,DOWNTO,RETURN 运算符 +=,-=,++,-- -GDUT design of PLO
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编译器的实现 词法分析 语法分析 代码生成-Implementation of a PLO compiler lexical analysis parser code generation
plo
- 本程序实现了PLO语言的编译工作,包含了词法分析、语法分析,语义分析等工作。-The program to achieve a the PLO language compiler, including lexical analysis, parsing, semantic analysis.
PLO
- PLO算法,适合初学者,简单能应用。附带测试用例test.txt-PLO program
ployufa
- 用c++语言编写,vs2015通过,对PLO的编译原理语法分析程序,(Syntax analysis program for PLO language compilation principle)