antocuni / jit30minLinks
☆45Updated 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☆235Updated 7 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.☆67Updated 3 months ago
- LLVM compiler for python based on py2llvm☆136Updated 10 years ago
- COOL (Classroom Object Oriented Language) compiler with LLVM backend☆33Updated 5 years ago
- Compile a subset of the Python AST to x64-64 assembler☆145Updated last year
- Lox interpreter written in Lox☆125Updated 6 months ago
- EPIC CUCUMBERS!☆27Updated 8 years ago
- Self-compiling compiler of a Python subset. Just enough Python to Python in Python.☆46Updated 2 years ago
- A compiler for a simple language, built with Python and LLVM☆101Updated 6 years ago
- Tools for rapid prototyping of DSL compilers☆90Updated last month
- RPython by Example (RPyBE) is a collection of runnable examples that illustrate various RPython concepts and libraries.☆16Updated 3 years ago
- Hindley-Milner Type Inference implemented in (although not for) Python.☆96Updated 3 years ago
- Experiments for the official PEG parser generator for Python☆282Updated last year
- An example mark-and-sweep garbage collector in 50 lines of C++☆54Updated 9 years ago
- C Implementation of the monkey programming language☆75Updated 5 years ago
- C89 expressions parsed with the shunting yard algorithm in Python☆84Updated last year
- Source code for the book Compiling to Assembly from Scratch https://keleshev.com/cas☆349Updated 9 months ago
- Implementation of the LLVM tutorial in Python using llvmlite☆339Updated last year
- A fork of Instagram's experimental performance oriented greenfield implementation of Python. It features small objects; a moving GC; hidd…☆51Updated 7 months ago
- Incremental garbage collector library in C for use by high level language implementions.☆110Updated 9 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…☆53Updated 7 years ago
- An implementation of Scheme in Python and C++☆197Updated 3 weeks ago
- a little JIT VM language for (probably/eventually) terminal UI apps.☆60Updated 7 years ago
- The fluffy programming language main repository☆25Updated 13 years ago
- The Coral Programming Language: a blazingly-fast, gradually-typed Python compiler with optional static typing for optimization and safety…☆147Updated last month
- A simple virtual machine w/constant folding implemented in Python☆118Updated 5 years ago
- A pure Python LR/GLR parser - http://www.igordejanovic.net/parglare/☆145Updated last week
- A Python-based C compiler for x86-64, featuring full parsing, semantic analysis, IR generation, and assembly code emission.☆27Updated 5 months ago
- Retrospective of Python compilation efforts☆65Updated 3 years ago
- An experimental method JIT for CPython 3☆29Updated 9 years ago