asrp / python_terpLinks
A minimal Python interpreter in Python with runtime AST definition and edit-and-continue
☆33Updated 7 years ago
Alternatives and similar repositories for python_terp
Users that are interested in python_terp 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 6 years ago
- Self-compiling compiler of a Python subset. Just enough Python to Python in Python.☆46Updated 2 years ago
- A small forth-like language that targets the CPython VM.☆52Updated 6 years ago
- A fragmentary bidirectional type system as a Python library☆52Updated 6 years ago
- A pure-Python module that implements an LR(1) parser generator, as well as CFSM and GLR parser drivers.☆50Updated 9 months ago
- A Python 3 compiler that anyone can understand.☆67Updated 10 years ago
- Yet another PEG parser combinator library and DSL☆56Updated last year
- Cell language C++ runtime☆18Updated 4 years ago
- Partial evaluation for Python with syntactic sugar☆36Updated 8 years ago
- Automatically exported from code.google.com/p/joypy☆29Updated 7 years ago
- A module for handling continuations in Python☆32Updated 8 years ago
- PySOM - The Simple Object Machine Smalltalk implemented in Python☆27Updated 4 months ago
- A backport of the `yield from` semantic from Python 3.x to Python 2.7☆20Updated 5 years ago
- Python to C99/OpenCL/JS compiler