isuckatcs / how-to-compile-your-languageLinks
An introduction to language design through building a compiler frontend and completing a self-paced exercise on top of LLVM.
☆129Updated 4 months ago
Alternatives and similar repositories for how-to-compile-your-language
Users that are interested in how-to-compile-your-language are comparing it to the libraries listed below
Sorting:
- Reference implementation for Writing a C Compiler☆188Updated 6 months ago
- Test cases for Writing a C Compiler☆316Updated this week
- Source code for the book Building a Debugger☆309Updated 2 weeks ago
- Example code for compilers textbook.☆192Updated 2 years ago
- A tinycompiler in C from scratch☆105Updated last year
- Toy compiler☆54Updated last month
- LLVM Tutorial: Kaleidoscope (Implementing a Language with LLVM)☆264Updated 2 years ago
- an educational compiler intermediate representation☆685Updated 2 weeks ago
- A Simple showcase for the Sea-of-Nodes compiler IR☆756Updated last week
- EeZee Language - Compiler Engineering Basics☆28Updated last week
- LLVM (Low Level Virtual Machine) Guide. Learn all about the compiler infrastructure, which is designed for compile-time, link-time, run-t…☆176Updated last year
- Can I make an *optimizing* compiler under 1k lines of code?☆61Updated 6 months ago
- Compiler for the COOL language written in C.☆127Updated 10 months ago
- A fast framework for writing baseline compiler back-ends in C++☆496Updated 2 weeks ago
- The best C-like language that can be implemented in 10kLOC.☆638Updated 3 weeks ago
- GPU-accelerated compiler☆349Updated last year
- Research on theory of programming languages λ, compilers, interpreters, functional programming, formal methods, logic etc.☆243Updated 11 months ago
- A Quick Backend☆351Updated 3 years ago
- A small compiled language with a back-end and a front-end written from scratch☆35Updated 2 months ago
- Simple C++ borrow checker☆71Updated 2 years ago
- A comprehensive systems programming toolkit implementing low-level concepts in C, from memory management to OS internals. Features practi…☆68Updated 6 months ago
- A compiler for a tiny (but growing!) subset of C, written in OCaml.☆293Updated 3 years ago
- Compiler project for Dave Beazley' Wabbit Language☆25Updated 3 years ago
- A C interpreter developed live on YouTube☆55Updated 2 years ago
- Mirror of InriaForge SSABook repository: https://gforge.inria.fr/projects/ssabook/ (was scheduled for retirement at the end of 2020, was …☆142Updated 5 years ago
- Language tooling for the Lox programming language.☆325Updated last month
- A (toy) C compiler written in Rust with no dependencies.☆72Updated 2 months ago
- C++ implementation of the lox toy language used from the crafting interpreters book (http://www.craftinginterpreters.com/)☆37Updated 4 years ago
- C23 compiler with C2y/GNU extensions for x86-64 Linux/BSD, written in C99☆179Updated this week
- 539kernel is a simple x86 32bit educational kernel which has been written especially for the book "A Journey in Creating an Operating Sys…☆230Updated last year