Stars
Compiler
16 repositories
Write a simple interpreter of C. Inspired by c4 and largely based on it.
The Fast Lexical Analyzer - scanner generator for lexing in C and C++
Small C Compiler generating ELF executable Arm architecture, supporting JIT execution
A tiny hand crafted CPU emulator, C compiler, and Operating System
Test suite to help you write your own C compiler
A tiny compiler for a language featuring LL(2) grammar. 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 e…
A C & x86 version of the "Let's Build a Compiler" by Jack Crenshaw