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 3 months ago
- Debugger in the Trepan family for x-python☆17Updated this week
- 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
- Compares Python's text parsing libraries☆25Updated 3 years ago
- Python subsets☆41Updated 8 years ago
- A minimal Python interpreter in Python with runtime AST definition and edit-and-continue☆34Updated 7 years ago
- A fork of Instagram's experimental performance oriented greenfield implementation of Python. It features small objects; a moving GC; hidd…☆47Updated 3 months ago
- Pure-python C and assembler compiler☆54Updated 10 years ago
- Arena allocator for Python objects.☆14Updated 5 years ago
- Noncanonical (but only existing) repo for the pijnu PEG parser☆24Updated 14 years ago
- S-expressions in Python. Python cross-version compiler. Clean and efficient LISP back end.☆17Updated 5 years ago
- Numba compatible SCFG (Structured Control Flow Graphs) utilities.☆21Updated 2 weeks ago
- A small python based build file generator targetting the build system ninja☆45Updated 8 years ago
- pure-python C types packer/unpacker☆18Updated 5 years ago
- A pure Python LR/GLR parser - http://www.igordejanovic.net/parglare/☆144Updated last year
- link a linux ELF .so library into memory with python and call functions in it, even if you're not on linux☆10Updated 5 years ago
- A Datalog Framework for Python☆13Updated 2 years ago
- Partial evaluation of Python code☆22Updated 2 years ago
- Parser of C-syntax data definitions, C-syntax function definitions☆19Updated 13 years ago
- PySOM - The Simple Object Machine Smalltalk implemented in Python☆27Updated last month
- Yet another PEG parser combinator library and DSL☆56Updated 2 years ago
- Embeddable Prolog dialect implemented in pure Python. Stores its knowlegdebase using SQLAlchemy for scalability.☆20Updated 7 years ago
- Yet Another Python Parser System☆50Updated 6 years ago
- Prolog Implementation in Python☆12Updated 7 years ago
- IFA is a library for Interative Flow Analysis of computer programs. This software is for compiler developers and program analysis resea…☆13Updated 3 months ago
- Creating minimal perfect hash functions☆62Updated 2 weeks ago
- A python parser that builds python ASTs in 502 lines of python without using modules☆61Updated 7 years ago