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:
- Hindley-Milner Type Inference implemented in (although not for) Python.☆96Updated 3 years ago
- C89 expressions parsed with the shunting yard algorithm in Python☆79Updated 11 months ago
- CC500: a tiny self-hosting C compiler☆161Updated 7 years ago
- Incremental garbage collector library in C for use by high level language implementions.☆110Updated 9 years ago
- ☆43Updated 6 years ago
- An example mark-and-sweep garbage collector in 50 lines of C++☆54Updated 8 years ago
- Bootstrapped compiler of a C-like but Python-looking language☆47Updated 7 years ago
- Mickey Scheme is an interpreter for R7RS Scheme written in pure C++☆63Updated 8 years ago
- A basic x86-64 JIT compiler written from scratch in stock Python☆231Updated 7 years ago
- Tiny c compiler☆59Updated 5 years ago
- A small λ-calculus interpreter in C☆57Updated 10 years ago
- My second Lisp interpreter (bytecode compiler and interpreter) written in GNU C☆26Updated 6 years ago
- optimizing compiler for a subset of C language☆35Updated 5 years ago
- An implementation of Scheme in Python and C++☆173Updated 7 months ago
- A C++11 implementation of Hindley-Milner type inference.☆79Updated 12 years ago
- An implementation of Scheme R7RS-small in 48 working hours.☆19Updated 5 years ago
- A simple virtual machine w/constant folding implemented in Python☆120Updated 4 years ago
- Clone of http://nsz.repo.hu/git/?p=c-standard☆23Updated 6 years ago
- Tiger Compiler from "Modern Compiler Implementation in ML" by Andrew W. Appel☆102Updated 10 years ago
- Grammar Zoo☆92Updated 6 years ago
- C++ Implementations of programming languages and type systems studied in "Types and Programming Languages" by Benjamin C. Pierce..☆34Updated 5 years ago
- qcc is a small toy C compiler☆41Updated 8 years ago
- An implementation of Pratt Parsing (Vaughn Pratt 1973 "Top Down Operator Precedence") in C/C++☆12Updated last year
- COOL (Classroom Object Oriented Language) compiler with LLVM backend☆34Updated 5 years ago
- A virtual machine and a tree-walk interpreter for the Lox programming language in C89☆50Updated 5 years ago
- loxi - a Lox interpreter☆36Updated 7 years ago
- Simple Scheme interpreter in Python☆28Updated 14 years ago
- A single-pass, recursive decent LL(1) compiler written by hand for a made-up language.☆87Updated 7 years ago
- A simple implementation of the LISP2 mark-compact GC algorithm☆41Updated 10 years ago
- C Implementation of the monkey programming language☆73Updated 5 years ago