搜索资源列表
pl0back
- 在本编译程序中,源语言为PL/0语言,目标语言为假想栈式计算机的汇编语言.PL/0语言是Pascal语言的一个子集,PL/0的编译程序包括了对PL/0语言源程序进行分析处理、编译生成类pcode代码,并在虚拟机上解释运行生成的类pcode代码的功能。 PL/0语言编译程序采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为独立的子程序供语法分析程序调用。语法分析的同时,提供了出错报告功能。在源程序没有错误编译通过的情况下,调用类pcode解释程序解释执行生成的类pcode代码
PL0Backup
- 《PL/0的编译器》:PL/0语言是Pascal语言的一个子集,《PL/0的编译器》实现了把客户用PL/0语言编写的程序编译成类pcode代码,并能虚拟机上解释运行生成的类pcode代码的功能。《PL/0的编译器》采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为独立的子程序供语法分析程序调用。语法分析的同时,提供了出错报告和出错恢复的功能。-"PL / 0 compiler" : PL / 0 Pascal language is a language sub
compiler.rar
- C0文法编译器,实现语言是cpp,生成pcode目标码。,C0 grammar compiler, implementation languages are cpp, object code generated pcode.
C.compiler
- C编译器使用了界面库CJLIB6.0,自己修改了CrystalView的高亮显示方式,仿照emacs,代码生成先使用了pcode,但因为苦于手中没有解释器,编写一个时间不够,所以后来又编写了80x86汇编代码的生成,有一定突破。自我认为整个程序界面比较友好,功能(基于所要求的)也计较完善。-C compiler to use the interface library CJLIB6.0, his revised CrystalView highlighting the way, along th
byk
- 编译器,编译原理课程设计。PL/0语言是Pascal语言的一个子集,这里分析的PL/0的编译程序包括了对PL/0语言源程序进行分析处理、编译生成类pcode代码,并在虚拟机上解释运行生成的类pcode代码的功能。-compiler, the compiler principles of curriculum design. PL/0 language is a subset of Pascal language set, here the analysis of PL/0, including
complier
- 一个纯手工的c++编译器,有词法分析、语法分析,并可以声称pcode和asm汇编码-A purely manual c++ compiler, a lexical analysis, syntax analysis, and can claim that Department of asm code and pcode
pl0
- pl0小型编译器,输出类pcode目标代码。-small pl0 compiler output object code pcode category.
MoYi_C01
- C0编译器,实现词法分析、语法分析、输出运行栈、输出符号表、错误处理,实现到生成pcode。-C0 compiler, the realization of lexical analysis, syntax analysis, the output operation of the stack, the output symbol table, error handling, to achieve the generation of pcode.
5kilbyteFilebyVB6
- The minimum size of file that visual basic 6 compiler can produce is 17kb. But with a little trick vb6 can also make files as small as 6kb(native code) or 5kb(pcode) just as other programs compilers like vc++ compilers
c0compiler
- 扩充c0文法编译器,可将扩充c0文法编译成pcode,自带解释执行程序-Expansion of c0 grammar compiler can be compiled into a grammar extended c0 pcode, comes to explain enforcement procedures
compile
- 一个c0编译器~采用解释执行~解压后用visual c++运行即可。-a c0 compiler which interpret c0 source to pcode,it should be ran in visual c++.
CMMoYi_C010
- C0编译器,实现词法分析、语法分析、输出运行栈、输出符号表表、错误处理,实现到生成pcode。,已通过测试。 -C0 compiler, lexical analysis, syntax analysis, the output of run-time stack, the output symbol table, error processing, to generate pcode. , Has been tested.
C0-compiler
- C0语言编译器,包含词法分析、语法分析、代码生成等部分,生成pcode中间代码并解释执行-C0 language compiler, including lexical analysis, parsing, code generation section that generates intermediate code and interpreted pcode
PL0源码C语言版本
- C语言实现的pl0编译器,可以输出类pcode并解释执行(C language implementation of the pl0 compiler)
pl0
- PL/0编译器,识别、分析特定的词法和语法,将源程序编译为类pcode进而生成目标程序并执行(The PL/0 compiler, which identifies, analyzes specific words and syntax, compiles the source program into a class pcode and then generates the target program and executes.)