whatlulumomo / MiniCompiler
C language compiler (LLVM + MIPS dual backend with the visualization interface). Complete models about lexical analysis, syntax analysis, intermediate tree generation, generating object code, generating assembly code and machine code, which could be executed in specific machine. C语言编译器(LLVM+MIPS双后端,完成可视化界面)。完成全套词法分析,语法分析,中间树生成,生成目标代码,生成汇编代码,汇编代码…
☆24Updated 6 years ago
Alternatives and similar repositories for MiniCompiler
Users that are interested in MiniCompiler are comparing it to the libraries listed below
Sorting:
- Database project☆8Updated 6 years ago
- 使用NASM汇编以及C++(内嵌MASM)编写的实模式操作系统,以及一个汇编编写的QQ堂图形化游戏☆76Updated 4 years ago
- A toy example of database by C++☆21Updated 6 years ago
- A compiler for the course Compiler 2017 at ACM Class, SJTU.☆78Updated 6 years ago
- 武汉大学弘毅学堂编译原理课程设计系列实验☆15Updated 5 years ago
- [Course] Simple database in C++ (Database 2017)☆22Updated 6 years ago
- 操作系统 2019 ucore labs☆46Updated 5 years ago
- DIY Compiler☆45Updated 11 months ago
- c compiler based on flex(lex), bison(yacc) and LLVM, supports LLVM IR and obj code generation. 基于flex,bison以及LLVM,使用c++11实现的类C语法编译器, 支持生成…☆255Updated 7 years ago
- 一个小型的c语言编译器☆88Updated 6 years ago
- a dynamic threadpool☆39Updated 5 years ago
- 基于arxiv的论文检索和阅读工具☆24Updated 3 years ago
- 半自动词法分析器和半自动语法分析器☆9Updated 8 years ago
- 程序员的自我修养--链接、装载与库: CRT 实现☆52Updated last year
- 🚆 Fine-grained analysis and visualization of Hangzhou Metro for efficient traveling in metro system. Project report, slide and presentat…☆22Updated 5 years ago
- TinyCompiler是一款能编译一个经过裁剪的C语言的子的简易编译器,采用了C++11编写☆88Updated 9 years ago
- c语言编译器,用 lex 和 yacc 工具完成词法分析与语法分析并生成语法树,C++实现了 语 法树的解析并生成中间代码,生成中间代码的过程中实现了错误检测。C++实 现了中间代码的优化操作。之后利用 python 对中间代码进行处理并生成 mips 汇编码并且可以成功在 …☆186Updated 7 years ago
- A toy complier.☆119Updated 2 years ago
- 造路由器 (清华大学 网络原理课程 2018-2019秋)☆77Updated 6 years ago
- 自制的一门编程语言☆22Updated 8 years ago
- uCore Operating System Lab☆48Updated 7 years ago
- 操作系统课设,虚拟文件系统实现。☆25Updated 10 years ago
- 利用lex和yacc完成编译原理与技术课本中的三个实验:词法分析,语法分析,语义分析☆18Updated 5 years ago
- Little C编译器☆27Updated 5 years ago
- THU2017年小学期程序设计训练大作业 (Sudoku, Draughts, 人物信息检索)☆46Updated 7 years ago
- 简易C语言编译器+虚拟机(CMake,C++14)☆28Updated 6 years ago
- A naive key-value database as the project of Storage Technology Foundations course☆10Updated 6 years ago
- 简化版本llvm的stackprotector策略,将其包装成一个pass,对程序的stack进行保护☆14Updated 7 years ago
- Course homework & project for compiler-train-19.☆19Updated 5 years ago
- Course Project. PKU Compiler Design. Spring, 2020.☆51Updated 4 years ago