搜索资源列表
C0Compiler
- 用c写的c0文法的编译器,基本块内部的公共子表达式删除(DAG图);全局寄存器分配(引用计数或着色算法);数据流分析(通过活跃变量分析,或利用定义-使用链建网等方法建立冲突图)代码生成时合理利用临时寄存器(临时寄存器池),并能生成较高质量的目标代码;生成X86汇编 -C0 written grammar with c compiler
Compiler
- c0文法编译器,可生成四元式完成代码优化,再生成汇编语言,由汇编程序解释执行。-c0 grammar compiler can generate code optimized quad-style completion and then generate assembly language, interpreted by the assembler.
c0
- c0文法的简单编译器 课设用的 希望对大家有用 -c0 simple grammar lessons based compiler for all of us with the hope that useful
C0Compiler
- 基于c0文法写的生成p-code的编译器,有词法分析,语法分析,中间代码生成等功能-C0 Writing grammar-based generation of p-code compiler, there is lexical analysis, syntax analysis, intermediate code generation and other functions
C_compiler
- 简单的c0编译器,输出x86汇编代码和三地址码-Simple c0 compiler output x86 assembly code and address code
testBianyi
- c0编译程序 用c++写的c0的编译程序源码-c0 c0 compiler compiler compiler of c0 compiled program c0 c0 compiler c0 compiler
Compiler
- 是北航的同学都懂,本科最难的一门课,编译原理,独立实现C0文法的编译器,使用C++语言编写。高级难度,生成汇编码。其中还有考试测试文件,供大家测试使用。1006er留。-Northern students is everything, the hardest one undergraduate course, compiler theory, implemented independently C0 grammar compiler, using C++ language. Senior dif
LexAnalyzer
- c0文法下的词法分析程序,读入某路径下的文件进行词法分析,输出每个单词的分类,注释处输出一空白行-c0 grammar under lexical analysis program that reads a file in a path of lexical analysis, the output of each word classification, annotation at the output of a blank line
C0compiler_H
- C0编译器。buaa的编译大作业。给大家做一个参考,每个人的文法都不一样,不要直接用。可以借鉴一下思路-C0 compiler. buaa compile large operations. Give you a reference, grammar is not the same for everyone, not directly. You can learn about ideas
C0_example
- 编译原理期末的大作业,使用C语言实现的C0文法编译器,压缩包内有说明文档-Compilation principle of the final major work, the C0 grammar compiler written in C language, there is a document in the package
COMPAILER
- 用C++写的由扩充C0文法写成的编译为MIPS汇编的编译器,在MARS4.2上完美测试通过,支持递归、函数定义、函数调用、数组、四则运算、输入输出等,是我本科花了2个月写的大作业,也留给北航的学弟学妹参考。-Written by C++ grammar written by the expansion of C0 compiler for MIPS assembler compiler tested on MARS4.2 perfect support recursive function de
compiler-C0
- 北航编译大作业中级,支持简单C0文法程序的编译执行。控制台输入输出,可以直接运行。-Final Assignment of Compiling Tech of BUAA, supporting simple program of C0 grammar. Console input and output.
C0-Compiler
- C0语言编译器,包含词法分析、语法分析、代码生成等部分,生成PCODE中间代码并解释执行-C0 language compiler, including lexical analysis, parsing, code generation section that generates intermediate code and interpreted PCODE
compiler
- 自己完成的简单C0语法编译器,附带测试样例(A homework about Simple C0 compiler including test case)
compiler_c0
- 基于vs2017,C0文法的编译器实现(无优化)(compiler for c0 grammar)