AZHenley / teenytinycompilerLinks
A small BASIC-to-C compiler written in Python.
☆377Updated last year
Alternatives and similar repositories for teenytinycompiler
Users that are interested in teenytinycompiler are comparing it to the libraries listed below
Sorting:
- A C & x86 version of the "Let's Build a Compiler" by Jack Crenshaw☆562Updated 7 years ago
- implementation of git.io/2048 written in LC-3 assembly, an educational computer architecture☆87Updated 3 years ago
- An educational C-like toy programming language that compiles to x64 binary.☆162Updated 2 years ago
- Source code for the book Compiling to Assembly from Scratch https://keleshev.com/cas☆347Updated 7 months ago
- Example code for compilers textbook.☆204Updated 3 years ago
- How to write a UNIX shell, with a lot of background☆361Updated 8 years ago
- Test cases for Writing a C Compiler☆345Updated 3 weeks ago
- Intel 8080 assembler and simulator in JS, optimized for simplicity.☆165Updated last year
- 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…☆579Updated 7 months ago
- 539kernel is a simple x86 32bit educational kernel which has been written especially for the book "A Journey in Creating an Operating Sys…☆231Updated 2 years ago
- Reference implementation for Writing a C Compiler☆226Updated 10 months ago
- ⚙️ C99-compatible multipass compiler written in TypeScript with GCC extensions support. Features a handcrafted left-recursive parser, cus…☆397Updated last year
- Material for the Creating a Compiler video lesson series.☆559Updated 3 years ago
- Test suite to help you write your own C compiler☆902Updated 2 years ago
- ** Moved to https://gitlab.com/cell_lang/cell ** Cell Elementary Learning Language☆118Updated 6 years ago
- A compiler for a tiny (but growing!) subset of C, written in OCaml.☆300Updated 3 years ago
- A toy programming language written in Go that compiles to C.☆103Updated 3 years ago
- A collection of CHIP-8 programs and documentation☆347Updated 4 years ago
- Lox interpreter written in Lox☆124Updated 5 months ago
- Raycasting game for the Hack computer from Elements of Computing Systems / Coursera NAND2Tetris☆80Updated 8 years ago
- ☆283Updated 3 years ago
- Programming language that compiles into a x86 ELF executable.☆168Updated 3 years ago
- Artifacts of that Memory Management Tsoding Session☆175Updated last year
- Simple Kernel in C and Assembly☆113Updated last year
- A complete emulation of the Intel 8080 processor written in C99.☆174Updated 3 years ago
- A homebrew 16-bit CPU with a homebrew Unix-like-ish operating system.☆294Updated 2 years ago
- a single pass c compiler in 500 lines of python☆210Updated 2 years ago
- List of small programming languages that you can implement in a relatively small amount of time for educational purposes.☆113Updated 2 months ago
- Build Your Own Programming Language, published by Packt☆242Updated 2 years ago
- Self-hosting PL/0 to C compiler to teach basic compiler construction from a practical, hands-on perspective.☆156Updated 4 years ago