ghaiklor / llvm-kaleidoscopeLinks
LLVM Tutorial: Kaleidoscope (Implementing a Language with LLVM)
☆266Updated 2 years ago
Alternatives and similar repositories for llvm-kaleidoscope
Users that are interested in llvm-kaleidoscope are comparing it to the libraries listed below
Sorting:
- LLVM (Low Level Virtual Machine) Guide. Learn all about the compiler infrastructure, which is designed for compile-time, link-time, run-t…☆186Updated last year
- Learn LLVM 12, published by Packt☆491Updated last year
- ☆394Updated last week
- A guide that explains how high level programming language constructs are mapped to the LLVM intermediate language.☆640Updated last year
- A curated list of awesome LLVM (including Clang, etc) related resources.☆667Updated last month
- Learn LLVM 17, published by Packt☆210Updated last year
- Code examples for tutoring modern C++☆100Updated 3 months ago
- ☆212Updated last week
- A new (MLIR based) high-level IR for clang.☆547Updated this week
- LLVM Techniques, Tips, and Best Practices Clang and Middle-End Libraries, published by Packt☆192Updated 2 years ago
- clang & llvm examples, e.g. AST Interpreter, Function Pointer Analysis, Value Range Analysis, Data-Flow Analysis, Andersen Pointer Analys…☆276Updated 3 years ago
- Mirror of InriaForge SSABook repository: https://gforge.inria.fr/projects/ssabook/ (was scheduled for retirement at the end of 2020, was …☆145Updated 5 years ago
- Writing a minimal x86-64 JIT compiler in C++☆104Updated 7 years ago
- A collection of out-of-tree Clang plugins for teaching and learning☆752Updated last month
- Bolt is a language with in-built data-race freedom!☆604Updated last year
- Generate SQL from TableGen code - This is part of the tutorial "How to write a TableGen backend" in 2021 LLVM Developers' Meeting.☆34Updated 2 years ago
- book and codes for Modern Compiler Implementation in C☆391Updated last year
- an educational compiler intermediate representation☆712Updated 2 weeks ago
- Stanford CS1/CS143 Compilers Course Project - Cool compiler☆135Updated 6 years ago
- C++ implementation of the lox toy language used from the crafting interpreters book (http://www.craftinginterpreters.com/)☆39Updated 5 years ago
- Toy programming language using LLVM, flex and bison.☆94Updated 10 months ago
- ☆30Updated 3 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语法编译器, 支持生成…☆259Updated 8 years ago
- ☆110Updated 4 years ago
- My First Language Frontend with LLVM Tutorial in Chinese☆79Updated 2 years ago
- My Toy Compiler. Read about how I did it at the homepage URL