Stars
The arguably fastest GPIO Library for the Raspberry Pi
Using ANTLR4 in the Course on Compiler Theory at software.nju.edu.cn
程序员在家做饭方法指南。Programmer's guide about how to cook at home (Simplified Chinese only).
“连续八年成为全世界最受喜爱的语言,无 GC 也无需手动内存管理、极高的性能和安全性、过程/OO/函数式编程、优秀的包管理、JS 未来基石" — 工作之余的第二语言来试试 Rust 吧。本书拥有全面且深入的讲解、生动贴切的示例、德芙般丝滑的内容,这可能是目前最用心的 Rust 中文学习教程 / Book
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
AISystem 主要是指AI系统,包括AI芯片、AI编译器、AI推理和训练框架等AI全栈底层技术
A compiler for a C-like toy language (named "SysY") into ARMv7a assembly, written in C++17
ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.
编译原理、课程设计,包含词法分析、LL1预测分析、LR1语法分析、DGA优化、算符优先语法分析、采用LR1生成中间代码、中间代码转换为汇编代码。
编译原理课程设计和实验内容,课程设计实现了简单C语言编译器,包括词法分析、语法分析(LL1)、语义分析、四元式优化和目标代码生成。实验内容包括表达式语法分析器、词法分析扫描器、算术表达式四元式翻译器
This is a compiler for LL(1) types of grammar.