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.
☆125Updated 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☆179Updated 5 months ago
- Test cases for Writing a C Compiler☆306Updated 3 months ago
- Source code for the book Building a Debugger☆302Updated 3 weeks ago
- an educational compiler intermediate representation☆683Updated last month
- A Simple showcase for the Sea-of-Nodes compiler IR☆736Updated last week
- Can I make an *optimizing* compiler under 1k lines of code?☆60Updated 5 months ago
- Bolt is a language with in-built data-race freedom!☆599Updated last year
- Toy compiler☆54Updated last week
- Compiler for the COOL language written in C.☆125Updated 9 months ago
- A programming language that's wise beyond its bytes!🌱🌿🪴☆512Updated last month
- A tinycompiler in C from scratch☆95Updated last year
- Example code for compilers textbook.☆191Updated 2 years ago
- EeZee Language - Compiler Engineering Basics☆28Updated last week
- The best C-like language that can be implemented in 10kLOC.☆632Updated last week
- LLVM Tutorial: Kaleidoscope (Implementing a Language with LLVM)☆264Updated 2 years ago
- A fast framework for writing baseline compiler back-ends in C++☆493Updated last month
- LLVM (Low Level Virtual Machine) Guide. Learn all about the compiler infrastructure, which is designed for compile-time, link-time, run-t…☆172Updated last year
- A Quick Backend☆348Updated 3 years ago
- world's worst interpreter☆62Updated 3 months ago
- A compiler collection I made :&☆202Updated last year
- Artifacts of that Memory Management Tsoding Session☆168Updated last year
- A programming language in C, with a tokenizer, a parser, an abstract syntax tree interpreter, a compiler, and a virtual machine.☆56Updated 5 years ago
- Standalone C compiler/assembler/linker/libc for x86-64/aarch64/riscv64/wasm☆396Updated this week
- Research on theory of programming languages λ, compilers, interpreters, functional programming, formal methods, logic etc.☆240Updated 11 months ago
- A small compiled language with a back-end and a front-end written from scratch☆35Updated 2 months ago
- Source code for the book Compiling to Assembly from Scratch https://keleshev.com/cas☆333Updated 3 months ago
- Simple C++ borrow checker☆69Updated 2 years ago
- A compiler for a tiny (but growing!) subset of C, written in OCaml.☆292Updated 3 years ago
- Language tooling for the Lox programming language.☆321Updated 2 weeks ago
- A C compiler that tries to eliminate the need for header files as much as possible.☆67Updated 3 weeks ago