pfalcon / pyastinterpLinks
Python AST interpreter (aka tree-walking interpreter) in Python. Aka meta-circular interpreter.
☆15Updated 4 years ago
Alternatives and similar repositories for pyastinterp
Users that are interested in pyastinterp are comparing it to the libraries listed below
Sorting:
- Self-compiling compiler of a Python subset. Just enough Python to Python in Python.☆46Updated 2 years ago
- A library for tracking program state☆15Updated 9 years ago
- Retrospective of Python compilation efforts☆64Updated 3 years ago
- Fastest general-purpose parsing library for Python with a familiar API☆47Updated 2 months ago
- Noncanonical (but only existing) repo for the pijnu PEG parser☆24Updated 14 years ago
- A minimal Python interpreter in Python with runtime AST definition and edit-and-continue☆33Updated 7 years ago
- A python parser that builds python ASTs in 502 lines of python without using modules☆61Updated 6 years ago
- Prolog Implementation in Python☆12Updated 7 years ago
- A fork of Instagram's experimental performance oriented greenfield implementation of Python. It features small objects; a moving GC; hidd…☆46Updated last month
- Compares Python's text parsing libraries☆24Updated 3 years ago
- Programmable, human-readable inlining of Python code☆28Updated 2 years ago
- Debugger in the Trepan family for x-python☆17Updated 3 weeks ago
- Python subsets☆41Updated 8 years ago
- Yet another PEG parser combinator library and DSL☆56Updated 2 years ago
- Python 3 AST unparser with type comments support.☆30Updated 5 years ago
- ☆72Updated 3 years ago
- A pure Python LR/GLR parser - http://www.igordejanovic.net/parglare/☆144Updated 11 months ago
- Simple and clear import hooks for Python - import anything as if it were a Python module☆39Updated 3 years ago
- Creating minimal perfect hash functions☆61Updated last year
- PySOM - The Simple Object Machine Smalltalk implemented in Python☆27Updated last month
- Write compiled bytecode inline with pure Python. 🤖☆79Updated 11 months ago
- Pure-python C and assembler compiler☆54Updated 10 years ago
- Enable: low-level drawing and interaction☆94Updated 2 months ago
- Advanced macro expander and language lab for Python.☆68Updated 4 months ago
- Sources for website at https://www.pypy.org☆34Updated last month
- WebAssembly interpreter in RPython☆66Updated 6 years ago
- Grako (for grammar compiler) is a tool that takes grammars in a variation of EBNF as input, and outputs memoizing (Packrat) PEG parsers i…☆34Updated 12 years ago
- An IPython notebook plugin for visualizing ASTs.☆106Updated 7 months ago
- Python polymorphic functions done right☆18Updated 6 years ago
- Simple Scheme interpreter in Python☆28Updated 14 years ago