pfalcon / pyastinterpLinks
Python AST interpreter (aka tree-walking interpreter) in Python. Aka meta-circular interpreter.
☆18Updated 5 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
- Retrospective of Python compilation efforts☆65Updated 3 years ago
- Fastest general-purpose parsing library for Python with a familiar API☆49Updated 7 months ago
- A fork of Instagram's experimental performance oriented greenfield implementation of Python. It features small objects; a moving GC; hidd…☆51Updated 7 months ago
- A library for tracking program state☆15Updated 9 years ago
- A minimal Python interpreter in Python with runtime AST definition and edit-and-continue☆34Updated 7 years ago
- Debugger in the Trepan family for x-python☆17Updated 3 months ago
- A lightweight python3 library for arithmetic with real numbers.☆66Updated 3 weeks ago
- Compares Python's text parsing libraries☆26Updated 4 years ago
- Advanced macro expander and language lab for Python.☆70Updated 9 months ago
- Partial evaluation of Python code☆22Updated 2 years ago
- Noncanonical (but only existing) repo for the pijnu PEG parser☆24Updated 14 years ago
- Prolog Implementation in Python☆12Updated 8 years ago
- Programmable, human-readable inlining of Python code☆28Updated 3 years ago
- Python subsets☆41Updated 8 years ago
- An IPython notebook plugin for visualizing ASTs.☆108Updated last year
- Grammars suitable for lark parser and Hypothesis☆54Updated last year
- A python parser that builds python ASTs in 502 lines of python without using modules☆61Updated 7 years ago
- A Visual Studio Code extension for visualization of code/model written in a DSL created using textX.☆12Updated 7 years ago
- Yet another PEG parser combinator library and DSL☆56Updated 2 years ago
- A pure Python LR/GLR parser - http://www.igordejanovic.net/parglare/☆145Updated last week
- PySOM - The Simple Object Machine Smalltalk implemented in Python☆28Updated 5 months ago
- Creating minimal perfect hash functions☆64Updated 4 months ago
- PySOM - The Simple Object Machine Smalltalk implemented in Python☆18Updated 5 months ago
- A Pythonisation of the restart-based condition system from Common Lisp☆15Updated 7 years ago
- Sources for website at https://www.pypy.org☆36Updated 3 weeks ago
- Generic programming library for Python☆61Updated last week
- A minimal event loop implementation☆12Updated 2 years ago
- Python2 compiler package ported to Python3. Compiles Python AST (as produced by the "ast" module) to bytecode assembly and code objects.☆42Updated 5 years ago
- RPython by Example (RPyBE) is a collection of runnable examples that illustrate various RPython concepts and libraries.☆16Updated 3 years ago