nedbat / byterunLinks
A Python implementation of a Python bytecode runner
☆1,327Updated 11 months ago
Alternatives and similar repositories for byterun
Users that are interested in byterun are comparing it to the libraries listed below
Sorting:
- Resources for learning about Python internals and CPython source code☆473Updated 2 years ago
- Macros in Python: quasiquotes, case classes, LINQ and more!☆3,296Updated 2 years ago
- A Python module for decorators, wrappers and monkey patching.☆2,153Updated this week
- Python Lex-Yacc☆2,875Updated last year
- A function decorator, that rewrites the bytecode, to enable goto in Python☆1,307Updated 4 years ago
- Sly Lex Yacc☆851Updated last year
- This is the CoCo Virtual Machine Source Code.☆200Updated 9 years ago
- C compiler created in Python.☆1,061Updated 2 years ago
- A lightweight LLVM python binding for writing JIT compilers☆2,097Updated this week
- Python AST read/write☆847Updated 5 months ago
- The fastest pure-Python PEG parser I can muster☆1,886Updated 6 months ago
- Visually explore Python object graphs