darius / tailbiterLinks
Self-compiling compiler of a Python subset. Just enough Python to Python in Python.
☆45Updated 2 years ago
Alternatives and similar repositories for tailbiter
Users that are interested in tailbiter are comparing it to the libraries listed below
Sorting:
- A python parser that builds python ASTs in 502 lines of python without using modules☆61Updated 7 years ago
- A minimal Python interpreter in Python with runtime AST definition and edit-and-continue☆34Updated 7 years ago
- Yet another PEG parser combinator library and DSL☆56Updated 2 years ago
- Retrospective of Python compilation efforts☆65Updated 3 years ago
- Partial evaluation of Python code☆22Updated 2 years ago
- PySOM - The Simple Object Machine Smalltalk implemented in Python☆28Updated 2 months ago
- A pure-Python module that implements an LR(1) parser generator, as well as CFSM and GLR parser drivers.☆51Updated last year
- EPIC CUCUMBERS!☆27Updated 8 years ago
- A small forth-like language that targets the CPython VM.☆52Updated 7 years ago
- WebAssembly interpreter in RPython☆66Updated 6 years ago
- ☆72Updated 3 years ago
- Power up your text processing via macros☆15Updated 3 years ago
- An implementation of the APL language in Python with the Numpy module☆29Updated 8 years ago
- Noncanonical (but only existing) repo for the pijnu PEG parser☆24Updated 14 years ago
- Python AST interpreter (aka tree-walking interpreter) in Python. Aka meta-circular interpreter.☆17Updated 4 years ago
- A pure Python LR/GLR parser - http://www.igordejanovic.net/parglare/☆144Updated this week
- A virtual machine for Monte.☆68Updated 2 weeks ago
- An IPython notebook plugin for visualizing ASTs.☆107Updated 10 months ago
- Advanced macro expander and language lab for Python.☆69Updated 6 months ago
- Programmatic code generation☆83Updated 6 years ago
- A fork of Instagram's experimental performance oriented greenfield implementation of Python. It features small objects; a moving GC; hidd…☆50Updated 4 months ago
- The Converge programming language☆86Updated 5 years ago
- Python Parser☆121Updated last year
- Python2 compiler package ported to Python3. Compiles Python AST (as produced by the "ast" module) to bytecode assembly and code objects.☆41Updated 4 years ago
- A library for tracking program state☆15Updated 9 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 this week
- A minimal Forth VM and Compiler implemented in PostScript☆29Updated 14 years ago
- Compile a subset of the Python AST to x64-64 assembler☆145Updated last year
- LLVM compiler for python based on py2llvm☆137Updated 10 years ago
- A toy C-like language compiler for PigletVM☆63Updated 5 years ago