howl-anderson / MicroCompiler
一个微型的 LL/LR/LALR 语法解析器 | A micro compiler project to provide LL/LR/LALR syntax parser
☆17Updated 4 years ago
Alternatives and similar repositories for MicroCompiler:
Users that are interested in MicroCompiler are comparing it to the libraries listed below
- DIY Compiler☆45Updated 9 months ago
- 开源软件供应链点亮计划 - 暑期 202X☆6Updated 9 months ago
- 简易C语言编译器+虚拟机(CMake,C++14)☆28Updated 6 years ago
- 开源开发工具大会2020的幻灯片☆47Updated 4 years ago
- An implementation of regular expressions for Python that uses a finite state automaton(正则引擎的Python实现,包括从NFA到DFA和DFA的最小化)☆85Updated 2 years ago
- General LR Parser(CMake,C++)☆63Updated 5 years ago
- Code experiments to exercise ideas while reading "Engineering a Compiler".☆27Updated 6 years ago
- [WIP] Interval Analysis on LLVM IR☆12Updated 4 years ago
- PLCT实验室2020年开放日活动的演讲资料☆13Updated 4 years ago
- Simple Lisp VM(C++ 14)☆33Updated 6 years ago
- 北大编译课程实践,独立完成的C语言子集SysY编译器,实现了从C语言编译到Koopa IR,再从Koopa IR编译到RISC-V汇编的实现☆30Updated 8 months ago
- 简单的RISC-V指令模拟器,实现了绝大多非扩展指令的模拟工作。☆22Updated 7 years ago
- 《Clang Compiler Frontend》的非专业个人翻译☆37Updated 7 months ago
- C language compiler (LLVM + MIPS dual backend with the visualization interface). Complete models about lexical analysis, syntax analysis,…☆24Updated 6 years ago
- Iris is an extensible asynchronous header-only framework written in pure modern C++, including a M:N task scheduler (with coroutine suppo…☆17Updated 2 weeks ago
- A collection of code based on LLVM/Clang compilation libraries and tools☆39Updated 5 years ago
- a c compiler☆57Updated 2 years ago
- C to LLVM / Python compiler☆10Updated 8 years ago
- lcc编译器源码注释工程☆54Updated 9 years ago
- 方舟编译入门技术课程的配套代码☆30Updated 4 years ago
- this is obsolete. please go to https://github.com/bitzhuwei/GrammarMentor☆18Updated 3 years ago
- 方舟编译器的Runtime参考实现。这不是华为官方项目,是PLCT实验室的培训项目。☆78Updated 5 years ago
- 《关于浮点运算:作为程序员都应该了解什么?》☆28Updated 6 years ago
- Some examples for using LLVM to generate IR☆37Updated 2 years ago
- 《LLVM Techniques, Tips, and Best Practices》的非专业个人翻译☆131Updated 3 years ago
- 个人学习编译原理、理解创造一个 编译器主体流程的小项目☆10Updated 4 years ago
- General-LR Parser Generator☆10Updated 6 months ago
- Some toy labs for compiler course☆58Updated 2 years ago
- Yet another toy processor implementation☆15Updated 3 years ago
- 《自己动手写python虚拟机》C++实现☆74Updated 4 years ago