c语言编译器,用 lex 和 yacc 工具完成词法分析与语法分析并生成语法树,C++实现了语 法树的解析并生成中间代码,生成中间代码的过程中实现了错误检测。C++实 现了中间代码的优化操作。之后利用 python 对中间代码进行处理并生成 mips 汇编码并且可以成功在 PCSpim(mips 模拟器)上运行。
☆189Sep 22, 2017Updated 8 years ago
Alternatives and similar repositories for cCompiler
Users that are interested in cCompiler are comparing it to the libraries listed below
Sorting:
- 南开大学软件学院编译原理作业:简单C语言编译器☆47Dec 23, 2020Updated 5 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语法编译器, 支持生成…☆261Jun 12, 2017Updated 8 years ago
- 一个小型的c语言编译器☆92Jun 15, 2018Updated 7 years ago
- 利用lex和yacc完成编译原理与技术课本中的三个实验:词法分析,语法分析,语义分析☆18Jul 3, 2019Updated 6 years ago
- C语言编译器,编译系统☆15Mar 29, 2022Updated 3 years ago
- 简单的c语言编译器☆42Dec 28, 2019Updated 6 years ago
- Implementation of lua virtual machine☆11Jan 22, 2018Updated 8 years ago
- 8 labs of course Introduction to Computer System☆10Jun 17, 2014Updated 11 years ago
- Little C编译器☆27Jun 4, 2019Updated 6 years ago
- 一个仍处于研究中的比 Java、C# 虚拟机更快的虚拟机 (虚拟 CPU)。☆16Dec 25, 2024Updated last year
- 基于B+树、支持数据可靠持久化、数据恢复的小型数据库☆12Nov 2, 2019Updated 6 years ago
- High-performance key-value store☆12Dec 31, 2018Updated 7 years ago
- 基于Netfilter的防火墙:可根据规则拦截记录流量包,具有NAT功能☆12Feb 20, 2021Updated 5 years ago
- implement snat and dnat by yourself by using netfilter hook☆14Jul 26, 2019Updated 6 years ago
- A JIT compiler for the BASIC programming language☆13Dec 10, 2021Updated 4 years ago
- 小型C语言编译器☆179Jul 9, 2015Updated 10 years ago
- c0 compiler with lex and yacc in C☆14Feb 9, 2022Updated 4 years ago
- ☆16May 27, 2019Updated 6 years ago
- A toy complier.☆120Oct 8, 2022Updated 3 years ago
- 编译原理课设☆25Dec 3, 2018Updated 7 years ago
- The kernel mode Standard Template Library Template☆19Feb 22, 2020Updated 6 years ago
- 东北大学编 译原理课设实验☆27Dec 27, 2018Updated 7 years ago
- Windows Minifilter driver that redirects any I/O Request of mp3 files to a target file☆18Jul 7, 2015Updated 10 years ago
- A small interpreted scripting language with C-style Syntax. Written in C++.☆22Apr 21, 2015Updated 10 years ago
- Nankai Online Judge Front End☆16Oct 14, 2021Updated 4 years ago
- a jit complier for GMH(GrassMudHorse Language) 草泥马语言JIT编译器☆23Oct 23, 2013Updated 12 years ago
- database labs☆39Mar 12, 2021Updated 4 years ago
- a naive Relational Database in C++☆14Oct 16, 2017Updated 8 years ago
- 【毕业设计】信息资源挖掘与可视化平台☆16Jun 16, 2016Updated 9 years ago
- 一个C-的编译器/NUAA 编译原理课程设计☆57Aug 6, 2018Updated 7 years ago
- 执行引擎-Virtual Code Framework for V-CPU/VMProtect/ARM-Translator☆22Mar 4, 2020Updated 6 years ago
- A simple c_complier implemented by C☆42Jun 12, 2020Updated 5 years ago
- 哈工大编译原理实验 编译器☆15Jul 1, 2020Updated 5 years ago
- Code and dataset for the paper: "Can Editing LLMs Inject Harm?"☆21Dec 26, 2025Updated 2 months ago
- Embeddable Script Language for C++☆38Sep 29, 2022Updated 3 years ago
- NES emulator transplanted to STM32f103zet6 development board☆24Oct 16, 2021Updated 4 years ago
- A bytecode-virtual-machine-based interpreter for the lox language written in modern C++☆27Feb 28, 2023Updated 3 years ago
- [nyx] dynamically typed scripting language☆27Jan 16, 2023Updated 3 years ago
- ☆19Nov 18, 2024Updated last year