A Python implementation of a Python bytecode runner
☆1,336Jul 22, 2024Updated last year
Alternatives and similar repositories for byterun
Users that are interested in byterun are comparing it to the libraries listed below
Sorting:
- A Python implementation of the C Python Interpreter☆97Feb 8, 2026Updated last month
- Resources for learning about Python internals and CPython source code☆476Oct 12, 2022Updated 3 years ago
- This is the CoCo Virtual Machine Source Code.☆200Feb 10, 2016Updated 10 years ago
- Python module to modify bytecode☆327Updated this week
- Dive into CPython internals, trying to illustrate every detail of CPython implementation☆5,010Feb 3, 2026Updated last month
- Good Curio!☆4,134Dec 21, 2025Updated 3 months ago
- 500 Lines or Less☆29,591Aug 19, 2023Updated 2 years ago
- Complete C99 parser in pure Python☆3,524Jan 24, 2026Updated last month
- Python Lex-Yacc☆2,919Dec 21, 2025Updated 3 months ago
- A simple virtual machine w/constant folding implemented in Python☆118Oct 8, 2020Updated 5 years ago
- Ultra fast asyncio event loop.☆11,687Jan 30, 2026Updated last month
- The comprehensive WSGI web application library.☆6,853Updated this week
- Let's Build A Simple Interpreter☆1,861Aug 18, 2025Updated 7 months ago
- Macros in Python: quasiquotes, case classes, LINQ and more!☆3,304Jun 10, 2023Updated 2 years ago
- Lightweight in-process concurrent programming☆1,815Mar 1, 2026Updated 3 weeks ago
- A Python implementation of a Python bytecode runner☆18Aug 20, 2014Updated 11 years ago
- ☆11Aug 5, 2014Updated 11 years ago
- A lightweight LLVM python binding for writing JIT compilers☆2,234Mar 13, 2026Updated last week
- Automatically exported from code.google.com/p/tinypy☆250Mar 30, 2024Updated last year
- The Python programming language☆72,078Updated this week
- A static type analyzer for Python code☆5,029Updated this week
- Debugger in the Trepan family for x-python☆17Oct 14, 2025Updated 5 months ago
- Python source code cross reference☆18Aug 10, 2016Updated 9 years ago
- Inject code into running Python processes☆2,862Apr 7, 2025Updated 11 months ago
- C compiler created in Python.☆1,071Jul 20, 2025Updated 8 months ago
- Pyjion - A JIT for Python based upon CoreCLR☆1,598Nov 16, 2020Updated 5 years ago
- The previous version of Pyston, a faster implementation of the Python programming language. Please use this link for the new repository:☆4,859May 7, 2021Updated 4 years ago
- Python AST read/write☆862Feb 17, 2026Updated last month
- Coroutine-based concurrency library for Python☆6,447Mar 1, 2026Updated 3 weeks ago
- A Python bytecode compiler written in Python. Based on a fork of https//github.com/pfalcon/python-compiler☆17Jan 28, 2021Updated 5 years ago
- A Python Interpreter written in Rust☆21,892Updated this week
- PyPy compiled to JavaScript☆1,849Mar 19, 2019Updated 7 years ago
- Trio – a friendly Python library for async concurrency and I/O☆7,211Updated this week
- A function decorator, that rewrites the bytecode, to enable goto in Python