qinsiyuan-cool
I am an undergraduate majoring in software engineering. Welcome communication and guidance.
qinsiyuan-cool's Stars
antlr/grammars-v4
Grammars written for ANTLR v4; expectation that the grammars are free of actions.
ustc-compiler/2018fall
Compiler Course at USTC in 2018 Fall
hunterzju/llvm-tutorial
llvm-tutorial文档,翻译以及代码仓库
plctlab/weloveinterns
PLCT实验室实习生社区。
brainpy/BrainPy
Brain Dynamics Programming in Python
Relph1119/mlc-learning
《机器学习编译》的学习笔记和练习代码
tlc-pack/relax
mlc-ai/mlc-zh
rui314/chibicc
A small C compiler
Shikhargupta/Spiking-Neural-Network
Pure python implementation of SNN
llvm/llvm-project
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
Evian-Zhang/llvm-ir-tutorial
LLVM IR入门指南
wuzhanglin/llvm-IR-examples
Some examples for using LLVM to generate IR
stardust95/TinyCompiler
c compiler based on flex(lex), bison(yacc) and LLVM, supports LLVM IR and obj code generation. 基于flex,bison以及LLVM,使用c++11实现的类C语法编译器, 支持生成中间代码及可执行文件.
apache/shardingsphere
Empowering Data Intelligence with Distributed SQL for Sharding, Scalability, and Security Across All Databases.
randyli/luac
shining1984/PL-Compiler-Resource
程序语言与编译技术相关资料(持续更新中)
apache/tvm
Open deep learning compiler stack for cpu, gpu and specialized accelerators
buddy-compiler/buddy-mlir
An MLIR-based compiler framework bridges DSLs (domain-specific languages) to DSAs (domain-specific architectures).
Enna1/remniw
Yet Another Toy Compiler from REMNIW(a toy language) to X64 and RISC-V assembly
Philippe-Laval/tpantlr2
Examples of the book "The Definitive ANTLR 4 Reference" by Terence Parr translated in C#
antlr/antlr4
ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.
RichardGong/PlayWithCompiler
A GeekTime course about constructing a compiler.
dejavudwh/C2j-Compiler
A compiler that converts C language to Java bytecode or can directly interpret execution(将C源码编译成Java字节码的编译器,也可以选择直接解释执行)
andresag01/llvm-project
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Note: the repository does not accept github pull requests at this moment. Please submit your patches at http://reviews.llvm.org.
DoctorWkt/acwj
A Compiler Writing Journey
yanyiwu/gojieba
"结巴"中文分词的Golang版本
mozillazg/go-pinyin
汉字转拼音
upupming/new-grad-positions
本项目旨在收集 2023 届互联网公司校招和实习的最新官方招聘信息,帮助在校生消除信息不对称带来的劣势,欢迎贡献 👏🏻。
Simple-XX/SimpleCompiler
DIY Compiler