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
- DIY Compiler☆45Updated 10 months ago
- 操作系统 2019 ucore labs☆46Updated 5 years ago
- 武汉大学弘毅学堂编译原理课程设计系列实验☆15Updated 5 years ago
- 半自动词法分析器和半自动语法分析器☆9Updated 7 years ago
- 使用NASM汇编以及C++(内嵌MASM)编写的实模式操作系统,以及一个汇编编写的QQ堂图形化游戏☆76Updated 4 years ago
- Qt实现的图形化界面MIPS汇编指令的汇编器/反汇编器/模拟器(浙江大学计算机组成课程作业)☆24Updated 4 years ago
- A compiler for the course Compiler 2017 at ACM Class, SJTU.☆78Updated 6 years ago
- 全国大学生计算机系统能力大赛编译系统设计赛项目☆242Updated 3 years ago
- A toy example of database by C++☆21Updated 6 years ago
- 造路由器 (清华大学 网络原理课程 2018-2019秋)☆77Updated 6 years ago
- c compiler based on flex(lex), bison(yacc) and LLVM, supports LLVM IR and obj code generation. 基于flex,bison以及LLVM,使用c++11实现的类C语法编译器, 支持生成…☆252Updated 7 years ago
- A little C Style Compiler☆57Updated 8 years ago
- A collection of code based on LLVM/Clang compilation libraries and tools☆39Updated 5 years ago
- 利用lex和yacc完成编译原理与技术课本中的三个实验:词法分析,语法分析,语义分析☆17Updated 5 years ago
- [Course] Simple database in C++ (Database 2017)☆22Updated 6 years ago
- pl0 compiler writen in C++☆27Updated 6 years ago
- 这是我自己用C++写的一个小型数据库,其中包括语义分析,存储管理,检索优化(主要用到了B+树,B+树也是自己写的)☆16Updated 8 years ago
- 该项目完成了一个小型的操作系统。麻雀虽小五脏俱全,包含了操作系统的内存管理、进程管理、文件系统等部分☆19Updated 5 years ago
- General LR Parser(CMake,C++)☆63Updated 5 years ago
- uCore Operating System Lab☆48Updated 7 years ago
- 开源软件供应链点亮计划 - 暑期 202X☆6Updated 10 months ago
- Yet another toy processor implementation☆15Updated 3 years ago
- 上海交通大学软件学院研究生课程作业参考☆48Updated 2 years ago
- 基于龙芯FPGA开发板的计算机综合系统实验☆25Updated 6 years ago
- Course Project. PKU Compiler Design. Spring, 2020.☆51Updated 4 years ago
- 基于Rust语言的OS Kernel -- zCore☆19Updated 3 years ago
- c语言编译器,用 lex 和 yacc 工具完成词法分析与语法分析并生成语法树,C++实现了语 法树的解析并生成中间代码,生成中间代码的过程中实现了错误检测。C++实 现了中间代码的优化操作。之后利用 python 对中间代码进行处理并生成 mips 汇编码并且可以成功在 …☆185Updated 7 years ago
- Yet Another File System (yfs) based on Paxos algorithm.☆16Updated 7 years ago
- My solution to the labs of the book "Modern Operating System: Principle and Implementation" by Haibo Chen☆17Updated 4 years ago
- 操作系统课设,虚拟文件系统实现。☆25Updated 10 years ago