zakirullin / tiny-compiler
A tiny compiler for a language featuring LL(2) with Lexer, Parser, ASM-like codegen and VM. Complex enough to give you a flavour of how the "real" thing works whilst not being a mere toy example
☆565Updated 2 years ago
Alternatives and similar repositories for tiny-compiler:
Users that are interested in tiny-compiler are comparing it to the libraries listed below
- A Simple Unix-like operating system☆923Updated 2 years ago
- A simple, self-hosting C compiler☆940Updated 2 years ago
- A C & x86 version of the "Let's Build a Compiler" by Jack Crenshaw☆506Updated 6 years ago
- A tiny hand crafted CPU emulator, C compiler, and Operating System☆1,081Updated 4 years ago
- Simple C compiler☆1,474Updated 3 months ago
- hobby x86 kernel zig☆429Updated last year
- A tiny, embeddable language implemented in ANSI C☆1,345Updated 8 months ago
- A Tiny Garbage Collector for C☆985Updated last year
- Simple virtual machine which interprets bytecode.☆471Updated 2 years ago
- Simple, zero-dependency garbage collection for C☆1,239Updated 7 months ago
- A Bestiary of Single-File Implementations of Programming Languages☆1,005Updated 11 months ago
- Dr Strangehack, or: how to write a self-hosting C compiler in 10 hours☆524Updated 2 years ago
- C11 compiler (mirror)☆755Updated last month
- small self hosting C compiler☆478Updated 3 years ago
- A simple way to write standalone C programs for i386☆256Updated last year
- The best C-like language that can be implemented in 10kLOC.☆562Updated this week
- How to write a UNIX shell, with a lot of background☆346Updated 7 years ago
- The C Template Library☆1,100Updated 3 years ago
- bootOS is a monolithic operating system in 512 bytes of x86 machine code.☆1,798Updated last year
- Ape Programming Language☆266Updated last year
- Lisp interpreter in less than 500 lines of C, including a copying garbage collector and an implementation of LISP 1.5 from 1962.☆457Updated 6 months ago
- A minimal stack-based VM☆181Updated 4 years ago
- A self-hosting and educational C optimizing compiler☆1,199Updated 3 weeks ago
- Cake a C23 front end and transpiler written in C☆594Updated last week
- A Small C Compiler☆1,860Updated 4 years ago
- Q3VM - Single file (vm.c) bytecode virtual machine/interpreter for C-language input☆872Updated 8 months ago
- Programming language that compiles into a x86 ELF executable.☆170Updated 2 years ago
- Barebones multiboot kernel for beginners☆151Updated 5 years ago
- A readable lisp in less than 1k lines of C☆1,506Updated last year
- A compiler for a new language focusing on compile-time execution and no LLVM dependency.☆287Updated last year