kuterd / very_simple_compilerLinks
A simple C compiler I wrote to demonstrate how to write simple compilers. Currently targets x86_64
☆29Updated 5 months ago
Alternatives and similar repositories for very_simple_compiler
Users that are interested in very_simple_compiler are comparing it to the libraries listed below
Sorting:
- C Implementation of the monkey programming language☆74Updated 5 years ago
- A Tcl interpreter in 500 lines of code☆119Updated 9 months ago
- A type-safe C successor that compiles directly to various platforms.☆139Updated 7 months ago
- A proto-database inspired by SQLite for educational purposes.☆86Updated 5 months ago
- Example code for compilers textbook.☆202Updated 3 years ago
- A tinycompiler in C from scratch☆108Updated last year
- The Roman II Programming Language☆70Updated 3 years ago
- Self-hosting PL/0 to C compiler to teach basic compiler construction from a practical, hands-on perspective.☆156Updated 4 years ago
- Implement a Lisp, in C, from scratch, no libs☆84Updated 3 years ago
- alic: A Language Inspired by C☆76Updated 4 months ago
- Support for for students (Python)☆68Updated last month
- A C compiler that tries to eliminate the need for header files as much as possible.☆88Updated 2 months ago
- A Superset of Lox Programming Language with Multi-pass Compiler, Optional Static Typing and lots of new features.☆74Updated this week
- Can I make an *optimizing* compiler under 1k lines of code?☆65Updated 10 months ago
- simple java virtual machine☆267Updated 4 years ago
- My little WebAssembly interpreter☆75Updated last week
- A simple C coroutine library.☆229Updated last year
- Reader Implementations of "Writing a C Compiler"☆34Updated last week
- A bignum library for C.☆33Updated last year
- Official repository of the Jas assembler project - An assembler and library for generating code for x86☆48Updated this week
- An introduction to language design through building a compiler frontend and completing a self-paced exercise on top of LLVM.☆137Updated 3 months ago
- Hindley–Milner Type inferencing in C☆48Updated 3 years ago
- Tiny hash function in C☆145Updated last year
- The best C-like language that can be implemented in 10kLOC.☆662Updated this week
- A C compiler written in C for x86-64 GNU/Linux and MacOS☆46Updated last week
- C plus Prolog☆165Updated 9 months ago
- Ahead-of-time compiler for Chocopy, a statically typed subset of Python 3, built in Python 3, targeting CIL/CLR, JVM, LLVM IR, and WASM.☆66Updated last month
- 😛 Review of Structure and Interpretation of Computer Programs☆26Updated last year
- Scripting language developed alongside reading of craftinginterpreters☆41Updated last year
- A virtual machine and a tree-walk interpreter for the Lox programming language in C89☆51Updated 6 years ago