antocuni / jit30minLinks
☆44Updated 6 years ago
Alternatives and similar repositories for jit30min
Users that are interested in jit30min are comparing it to the libraries listed below
Sorting:
- A basic x86-64 JIT compiler written from scratch in stock Python☆231Updated 7 years ago
- RPython by Example (RPyBE) is a collection of runnable examples that illustrate various RPython concepts and libraries.☆15Updated 3 years ago
- EPIC CUCUMBERS!☆27Updated 8 years ago
- Compile a subset of the Python AST to x64-64 assembler☆143Updated last year
- Self-compiling compiler of a Python subset. Just enough Python to Python in Python.☆45Updated 2 years ago
- COOL (Classroom Object Oriented Language) compiler with LLVM backend☆33Updated 5 years ago
- Toy interpreters for learning about the RPython Translation Toolchain☆15Updated 10 years ago
- Small C interpreter written in Python from scratch. Project was written as a part of course Compiler Construction at The Faculty Of Compu…☆52Updated 7 years ago
- Lox interpreter written in Lox☆123Updated 2 months ago
- Standalone ASDL parser for upstream CPython 3.x☆63Updated 7 years ago
- Hindley-Milner Type Inference implemented in (although not for) Python.☆96Updated 3 years 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.☆65Updated last year
- An example mark-and-sweep garbage collector in 50 lines of C++☆54Updated 8 years ago
- C89 expressions parsed with the shunting yard algorithm in Python☆84Updated last year
- Clone of http://nsz.repo.hu/git/?p=c-standard☆23Updated 6 years ago
- Implementation of the LLVM tutorial in Python using llvmlite☆326Updated 8 months ago
- Tools for rapid prototyping of DSL compilers☆86Updated 4 years ago
- LLVM compiler for python based on py2llvm☆137Updated 10 years ago
- A simple virtual machine w/constant folding implemented in Python☆119Updated 5 years ago
- A Python-based C compiler for x86-64, featuring full parsing, semantic analysis, IR generation, and assembly code emission.☆23Updated last month
- ☆48Updated 5 years ago
- Source code for the book Compiling to Assembly from Scratch https://keleshev.com/cas☆336Updated 5 months ago
- Partial evaluation of Python code☆22Updated 2 years ago
- Hindley–Milner Type inferencing in C☆48Updated 3 years ago
- a little JIT VM language for (probably/eventually) terminal UI apps.☆61Updated 7 years ago
- An implementation of Scheme in Python and C++☆175Updated last week
- C Implementation of the monkey programming language☆74Updated 5 years ago
- lambda calculus interpreter☆44Updated 4 years ago
- A fork of Instagram's experimental performance oriented greenfield implementation of Python. It features small objects; a moving GC; hidd…☆50Updated 3 months ago
- A meta tracing JIT for x86 and interpreters written in C/C++☆36Updated 8 years ago