s0sasaki / x86compilerLinks
A compiler for x86-64 with an SLR parser.
☆10Updated last year
Alternatives and similar repositories for x86compiler
Users that are interested in x86compiler are comparing it to the libraries listed below
Sorting:
- Incremental garbage collector library in C for use by high level language implementions.☆110Updated 9 years ago
- Bootstrapped compiler of a C-like but Python-looking language☆47Updated 7 years ago
- An example mark-and-sweep garbage collector in 50 lines of C++☆54Updated 9 years ago
- C89 expressions parsed with the shunting yard algorithm in Python☆84Updated last year
- ☆44Updated 6 years ago
- CC500: a tiny self-hosting C compiler☆162Updated 8 years ago
- An implementation of Scheme R7RS-small in 48 working hours.☆19Updated 5 years ago
- Hindley-Milner Type Inference implemented in (although not for) Python.☆96Updated 3 years ago
- A small λ-calculus interpreter in C☆57Updated 11 years ago
- qcc is a small toy C compiler☆42Updated 8 years ago
- WebAssembly interpreter in RPython☆66Updated 6 years ago
- A handy tool to help design and parse your own language☆21Updated 3 years ago
- Mickey Scheme is an interpreter for R7RS Scheme written in pure C++☆64Updated 8 years ago
- A basic x86-64 JIT compiler written from scratch in stock Python☆233Updated 7 years ago
- a little JIT VM language for (probably/eventually) terminal UI apps.☆60Updated 7 years ago
- My second Lisp interpreter (bytecode compiler and interpreter) written in GNU C☆28Updated 6 years ago
- An implementation of Scheme in Python and C++☆175Updated 3 weeks ago
- TinyGC (Tiny Garbage Collector) is an independent implementation of the subset of API of the well-known Boehm-Demers-Weiser Conservative …☆89Updated 12 years ago
- A simple virtual machine w/constant folding implemented in Python☆119Updated 5 years ago
- A C++11 implementation of Hindley-Milner type inference.☆79Updated 12 years ago
- A Pratt Parser implementation in Python☆31Updated 8 years ago
- A simple Brainfuck JIT written as a learning exercise.☆16Updated 6 years ago
- Lox interpreter written in Lox☆124Updated 4 months ago
- PEG Parser in ANSI C☆63Updated 3 years ago
- The Lark programming language.☆58Updated 15 years ago
- linear probing hash table implementation written in C (c99)☆10Updated 7 years ago
- C Implementation of the monkey programming language☆74Updated 5 years ago
- A virtual machine and a tree-walk interpreter for the Lox programming language in C89☆50Updated 6 years ago
- The fluffy programming language main repository☆25Updated 12 years ago
- Following [An Incremental Approach to Compiler Construction](http://scheme2006.cs.uchicago.edu/11-ghuloum.pdf)☆69Updated 2 weeks ago