An introduction to language design through building a compiler frontend and completing a self-paced exercise on top of LLVM.
☆144Mar 20, 2026Updated last 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. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- A modern library for building production-grade compilers☆18Feb 18, 2025Updated last year
- bison-like Parser generator & Compiler frontend framework that generate optimised IELR(1)/LALR(1) tables with Deterministic LR and Non-De…☆23Oct 13, 2025Updated 5 months ago
- All course materials for CS 4470 (Spring 2023)☆26Jul 16, 2024Updated last year
- CLI for the Py++ programming language☆25Sep 25, 2025Updated 6 months ago
- Example of an ELF parser to learn about the ELF format☆11Oct 6, 2024Updated last year
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- A demo about how to build a real compiler with LLVM libraries, write for the book https://github.com/tuoxie007/play_with_llvm☆10Apr 11, 2020Updated 5 years ago
- TensaLang is a Tensor-first programming language, compiler, and runtime that let you write the Model’s inference engine (e.g. LLMs) and s…☆74Feb 20, 2026Updated last month
- A header-only C++ library for writing compiler/interpreter frontends.☆16Jan 19, 2026Updated 2 months ago
- Reader Implementations of "Writing a C Compiler"☆41Mar 8, 2026Updated 2 weeks ago
- WCC C Compiler for x86_64 Linux