文件名称:Compiler
介绍说明--下载内容均来自于网络,请自行研究使用
一个用C++编写的基于flex和bison编写的简单C语言编译器,输出汇编代码为LLVM,在代码生成阶段采用了LLVM的C++的API实现-A C++ based on flex and bison written a simple C language compiler output assembler code for LLVM, the code generation phase using LLVM s C++ API implementation
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Compiler\ast.cpp
........\ast.h
........\ast.o
........\check.cpp
........\check.h
........\check.o
........\codegen.cpp
........\codegen.h
........\debug\ast.o
........\.....\check.o
........\.....\lex.yy.o
........\.....\litec.tab.o
........\.....\main.o
........\.....\mainwindow.o
........\.....\moc_mainwindow.cpp
........\.....\moc_mainwindow.o
........\.....\parsedriver.o
........\.....\test.exe
........\.....\tree.o
........\err.h
........\.xamples\1.txt
........\........\hanoi.txt
........\........\QuickSort.txt
........\........\Sort.txt
........\lex.yy.cpp
........\lex.yy.o
........\litec.l
........\litec.tab.c
........\litec.tab.cpp
........\litec.tab.h
........\litec.tab.o
........\litec.y
........\main.cpp
........\main.o
........\mainwindow.cpp
........\mainwindow.h
........\mainwindow.o
........\mainwindow.ui
........\Makefile
........\Makefile.Debug
........\Makefile.Release
........\moc_mainwindow.cpp
........\moc_mainwindow.o
........\parsedriver.cpp
........\parsedriver.o
........\test
........\test.pro
........\test.pro.user
........\test.pro.user.2.5pre1
........\tree.cpp
........\tree.h
........\tree.o
........\ui_mainwindow.h
........\debug
........\examples
........\release
Compiler