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.
☆143Updated this week
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☆228Updated 11 months ago
- Test cases for Writing a C Compiler☆349Updated this week
- A Simple showcase for the Sea-of-Nodes compiler IR☆835Updated this week
- Toy compiler☆57Updated last week
- an educational compiler intermediate representation☆733Updated last month
- EeZee Language - Compiler Engineering Basics☆35Updated 2 weeks ago
- LLVM Tutorial: Kaleidoscope (Implementing a Language with LLVM)☆270Updated 3 years ago
- Bolt is a language with in-built data-race freedom!☆608Updated 2 years ago
- Example code for compilers textbook.☆204Updated 3 years ago
- A C compiler written in C for x86-64 GNU/Linux and MacOS☆47Updated this week
- A fast framework for writing baseline compiler back-ends in C++☆618Updated last week
- A tinycompiler in C from scratch☆109Updated last year
- The best C-like language that can be implemented in 10kLOC.☆678Updated this week
- LLVM (Low Level Virtual Machine) Guide. Learn all about the compiler infrastructure, which is designed for compile-time, link-time, run-t…☆192Updated 2 years ago
- A programming language that's wise beyond its bytes!🌱🌿🪴☆535Updated 7 months ago
- SBLP 2025 MLIR Tutorial☆68Updated 4 months ago
- Compiler for the COOL language written in C.☆135Updated last year
- A Quick Backend☆386Updated 3 years ago
- Can I make an *optimizing* compiler under 1k lines of code?☆69Updated 11 months ago
- Simple C++ borrow checker☆72Updated 2 years ago
- Research on theory of programming languages λ, compilers, interpreters, functional programming, formal methods, logic etc.☆258Updated last year
- Educational JIT compiler for ARM64 in Zig.☆65Updated last year
- alic: A Language Inspired by C☆76Updated 5 months ago
- Source code for the book Compiling to Assembly from Scratch https://keleshev.com/cas☆349Updated 9 months ago
- A compiler collection I made :&☆203Updated this week
- A programming language in C, with a tokenizer, a parser, an abstract syntax tree interpreter, a compiler, and a virtual machine.☆56Updated 6 years ago
- C23 compiler with C2y/GNU extensions for x86-64 Linux/BSD, written in C99☆218Updated last week
- Standalone C compiler/assembler/linker/libc for x86-64/aarch64/riscv64/wasm☆440Updated this week
- An optimizing ahead-of-time Python Compiler☆252Updated last year
- A comprehensive systems programming toolkit implementing low-level concepts in C, from memory management to OS internals. Features practi…☆73Updated 11 months ago