zq1997 / RegCPythonLinks
register-based CPython
☆46Updated 2 years ago
Alternatives and similar repositories for RegCPython
Users that are interested in RegCPython are comparing it to the libraries listed below
Sorting:
- Write compiled bytecode inline with pure Python. 🤖☆81Updated last year
- Put all the objections to PEP 622 in one place.☆32Updated 5 years ago
- PEG parser generator for Python☆188Updated 11 months ago
- Over 600 fast Python bindings to the CPython C API. 🤯☆62Updated last year
- The pythoncapi-compat project can be used to write a C extension supporting a wide range of Python versions with a single code base.☆98Updated 3 weeks ago
- Unravelling Python source code☆191Updated last year
- A TUI disassembler☆121Updated 4 months ago
- Cython plugin for Lark, reimplementing the LALR parser & lexer for better performance☆52Updated 4 months ago
- A public mirror of our benchmarking runner repository☆121Updated 2 weeks ago
- Pretty print the output of python stdlib `ast.parse`.☆195Updated last week
- A library implementing C++'s custom literal suffixes using pure Python.☆35Updated last year
- ☆37Updated this week
- A wrapper around the stdlib `tokenize` which roundtrips.☆59Updated last week
- Decorator which checks whether the function is called with the correct type of parameters.☆116Updated 2 months ago
- Hypothesis strategies for generating Python programs, something like CSmith☆107Updated last year
- ☆93Updated 2 years ago
- Retrieve information from typeshed and other typing stubs☆29Updated last month
- Attempts to build some really old pythons.☆24Updated 3 years ago
- Python module to modify bytecode☆326Updated last week
- Instant visualization of Python AST and Code Objects☆143Updated last year
- Easy creation of custom import hooks to experiment on alternatives to Python's syntax; see https://aroberge.github.io/ideas/docs/html/☆85Updated last year
- python cffi bindings for the oniguruma regex engine☆20Updated last week
- minimize python source code to find bugs more easily☆46Updated last week
- Extension to the built-in ast module. Finds comments in source code and adds them to the parsed tree.☆49Updated last month
- Get information about what a Python frame is currently doing, particularly the AST node being executed☆365Updated 3 months ago
- Annotate Python AST trees with source text and token information☆191Updated 2 weeks ago
- generate random python code to test linter/formatter/and other tools☆53Updated last week
- Multithreaded Python without the GIL (experimental rebase on 3.12)☆146Updated 2 years ago
- Create reproducible installations for a virtual environment from a lock file☆85Updated last week
- Declarative instrumentation for Python.☆98Updated last week