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☆65Updated 3 years ago
- Fastest general-purpose parsing library for Python with a familiar API☆48Updated 2 months ago
- Debugger in the Trepan family for x-python☆17Updated this week
- Python subsets☆41Updated 8 years ago
- A minimal Python interpreter in Python with runtime AST definition and edit-and-continue☆34Updated 7 years ago
- Compares Python's text parsing libraries☆25Updated 3 years ago
- A python parser that builds python ASTs in 502 lines of python without using modules☆61Updated 6 years ago
- 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 fork of Instagram's experimental performance oriented greenfield implementation of Python. It features small objects; a moving GC; hidd…☆47Updated 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
- Partial evaluation of Python code☆22Updated 2 years ago
- A pure Python LR/GLR parser - http://www.igordejanovic.net/parglare/☆144Updated last year
- ☆71Updated 3 years ago
- Simple and clear import hooks for Python - import anything as if it were a Python module☆39Updated 3 years ago
- Noncanonical (but only existing) repo for the pijnu PEG parser☆24Updated 14 years ago
- Yet Another Python Parser System☆50Updated 6 years ago
- An implementation of a truly relational database language with Python. Inspired by Date and Darwen's 'Third Manifesto'.☆10Updated 7 years ago
- Generic programming library for Python☆61Updated this week
- LLVM compiler for python based on py2llvm☆137Updated 10 years ago
- Sources for website at https://www.pypy.org☆34Updated 2 months ago
- Embeddable Prolog dialect implemented in pure Python. Stores its knowlegdebase using SQLAlchemy for scalability.☆20Updated 7 years ago
- Yet another PEG parser combinator library and DSL☆56Updated 2 years ago
- RPython by Example (RPyBE) is a collection of runnable examples that illustrate various RPython concepts and libraries.☆15Updated 3 years ago
- Pure-python C and assembler compiler☆54Updated 10 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
- The bootstrapping PEG parser☆11Updated last year
- Advanced macro expander and language lab for Python.☆68Updated 4 months ago
- Python polymorphic functions done right☆18Updated 6 years ago