MatthieuDartiailh / bytecodeLinks
Python module to modify bytecode
☆317Updated last week
Alternatives and similar repositories for bytecode
Users that are interested in bytecode are comparing it to the libraries listed below
Sorting:
- Pretty print the output of python stdlib `ast.parse`.☆196Updated 2 weeks ago
- Experiments for the official PEG parser generator for Python☆280Updated last year
- An AST unparser for Python☆228Updated last year
- Python code object transformers☆185Updated last year
- A Python Parser☆646Updated 2 weeks ago
- 竜 TatSu generates Python parsers from grammars in a variation of EBNF☆425Updated 2 weeks ago
- Patch built-in python objects☆848Updated 2 months ago
- Get information about what a Python frame is currently doing, particularly the AST node being executed☆358Updated 3 weeks ago
- Over 600 fast Python bindings to the CPython C API. 🤯☆61Updated 10 months ago
- Modified fork of CPython's ast module that parses `# type:` comments☆229Updated 2 years ago
- Run a subprocess in a pseudo terminal☆225Updated last year
- Python AST read/write☆847Updated 5 months ago
- Recursive descent parsing library for Python based on functional combinators☆354Updated last year
- The code behind python-ast-explorer.com☆249Updated 3 years ago
- Enabling CPython multi-core parallelism via subinterpreters.☆247Updated 2 years ago
- face Python bytecode metaprogramming API fork☆71Updated 4 years ago
- Set of tools to play with Python AST.☆86Updated 2 years ago
- An attempt to port David Beazley's PLY to RPython, and give it a cooler API.☆383Updated 2 years ago
- Parser interpreter based on PEG grammars written in Python http://textx.github.io/Arpeggio/☆277Updated 8 months ago
- PEG parser generator for Python