nlsandler / write_a_c_compiler
Test suite to help you write your own C compiler
☆878Updated last year
Alternatives and similar repositories for write_a_c_compiler:
Users that are interested in write_a_c_compiler are comparing it to the libraries listed below
- A compiler for a tiny (but growing!) subset of C, written in OCaml.☆284Updated 2 years ago
- A simple, self-hosting C compiler☆939Updated 2 years ago
- A C & x86 version of the "Let's Build a Compiler" by Jack Crenshaw☆502Updated 6 years ago
- Simple C compiler☆1,460Updated 2 months ago
- Hobby OS☆239Updated 8 years ago
- A Tiny Garbage Collector for C☆979Updated last year
- Simple unix-like operating system for education and research purposes☆303Updated 5 months ago
- A sample OS as demonstrated in the book Operating System: From 0 to 1☆603Updated 7 years ago
- Material for the Creating a Compiler video lesson series.☆548Updated 3 years ago
- Portable C standard library☆920Updated this week
- A self-hosting and educational C optimizing compiler☆1,185Updated this week
- 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 t…☆565Updated last year
- Simple virtual machine which interprets bytecode.