pfalcon / pyastinterpLinks
Python AST interpreter (aka tree-walking interpreter) in Python. Aka meta-circular interpreter.
☆17Updated 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.☆45Updated 2 years ago
- A library for tracking program state☆15Updated 9 years ago
- Retrospective of Python compilation efforts☆65Updated 3 years ago
- A python parser that builds python ASTs in 502 lines of python without using modules☆61Updated 7 years ago
- Noncanonical (but only existing) repo for the pijnu PEG parser☆24Updated 14 years ago
- Yet Another Python Parser System☆51Updated 6 years ago
- LLVM compiler for python based on py2llvm☆137Updated 10 years ago
- A small python based build file generator targetting the build system ninja☆45Updated 8 years ago
- Sources for website at https://www.pypy.org☆34Updated last month
- A minimal Python interpreter in Python with runtime AST definition and edit-and-continue☆34Updated 7 years ago
- Parse protocols, without any I/O☆48Updated 8 years ago
- Python subsets☆41Updated 8 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 pure Python LR/GLR parser - http://www.igordejanovic.net/parglare/☆144Updated last week
- Compares Python's text parsing libraries☆25Updated 3 years ago
- Creating minimal perfect hash functions☆63Updated last month
- face Python bytecode metaprogramming API fork☆71Updated 5 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
- Yet another PEG parser combinator library and DSL☆56Updated 2 years 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
- Fastest general-purpose parsing library for Python with a familiar API☆48Updated 4 months ago
- ☆72Updated 3 years ago
- Scala-like functional pattern matching in Python☆33Updated 13 years ago
- PySOM - The Simple Object Machine Smalltalk implemented in Python☆28Updated 2 months ago
- Embeddable Prolog dialect implemented in pure Python. Stores its knowlegdebase using SQLAlchemy for scalability.☆20Updated 7 years ago
- A Python parser combinator and formatter combinator library that's fast, easy to use, and provides informative error messages☆36Updated 2 years ago
- An IPython notebook plugin for visualizing ASTs.☆107Updated 10 months ago
- pylibjit, a Python library for compiling Python functions☆19Updated 5 years ago
- C Python, made faster.☆343Updated 10 years ago