hchasestevens / europython-2018Links
Materials for "Exploring the Python AST ecosystem"
☆18Updated 6 years ago
Alternatives and similar repositories for europython-2018
Users that are interested in europython-2018 are comparing it to the libraries listed below
Sorting:
- The fat module is Python 3.6 extension module (written in C) implementing fast guards for specialized functions☆18Updated 5 years ago
- An Earley-Algorithm Context-free grammar Parser Toolkit☆48Updated 7 months ago
- A pure-Python module that implements an LR(1) parser generator, as well as CFSM and GLR parser drivers.☆51Updated 10 months ago
- Self-compiling compiler of a Python subset. Just enough Python to Python in Python.☆46Updated 2 years ago
- Examples on how to construct compilers using lex, yacc and Pyhon Lex-Yacc☆16Updated 8 years ago
- ☆72Updated 2 years ago
- Pure-python C and assembler compiler☆54Updated 10 years ago
- ☆19Updated 8 years ago
- A long form introduction and tutorial to Stackless Python.☆23Updated 11 years ago
- Python Domain Specific Language Tools☆84Updated 3 years ago
- A lightweight python actor framework☆19Updated 9 years ago
- Python Meta Programming☆145Updated 2 years ago
- An IPython notebook plugin for visualizing ASTs.☆105Updated 6 months ago
- automatic persistence for Python objects☆46Updated last month
- face Python bytecode metaprogramming API fork☆71Updated 4 years ago
- Retrospective of Python compilation efforts☆64Updated 3 years ago
- "Did You Mean?" Functionality on AttributeLookup☆135Updated 10 years ago
- Tools for analysing python code☆19Updated 8 years ago
- A minimal Python interpreter in Python with runtime AST definition and edit-and-continue☆33Updated 7 years ago
- Python Abstract Syntax Tree viewer in Qt☆105Updated 2 years ago
- A runtime python code manipulation framework for profiling, debugging and bugfixing☆65Updated 2 years ago
- Static optimizer specializing functions with guards for Python 3.6☆72Updated 5 years ago
- Python Parser☆121Updated last year
- Extract semantic information about static Python code☆77Updated last month
- Open Source bits of the core utilities used in PyVmMonitor (http://www.pyvmmonitor.com/)☆12Updated 10 months ago
- A python parser that builds python ASTs in 502 lines of python without using modules☆61Updated 6 years ago
- Relational Algebra Interpreter writting in Python and Qt☆32Updated 3 weeks ago
- Yet Another Python Parser System☆49Updated 5 years ago
- Parse protocols, without any I/O☆48Updated 7 years ago
- Python AST interpreter (aka tree-walking interpreter) in Python. Aka meta-circular interpreter.☆15Updated 4 years ago