zq1997 / RegCPythonLinks
register-based CPython
☆45Updated 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. 🤖☆80Updated last year
- Put all the objections to PEP 622 in one place.☆32Updated 5 years ago
- PEG parser generator for Python☆181Updated 9 months ago
- Over 600 fast Python bindings to the CPython C API. 🤯☆61Updated last year
- Cython plugin for Lark, reimplementing the LALR parser & lexer for better performance☆50Updated last month
- ☆36Updated 3 weeks ago
- Easy creation of custom import hooks to experiment on alternatives to Python's syntax; see https://aroberge.github.io/ideas/docs/html/☆83Updated last year
- A library implementing C++'s custom literal suffixes using pure Python.☆35Updated 9 months ago
- A TUI disassembler☆121Updated last month
- Sources for website at https://www.pypy.org☆34Updated 2 months ago
- The pythoncapi-compat project can be used to write a C extension supporting a wide range of Python versions with a single code base.☆90Updated last week
- Hypothesis strategies for generating Python programs, something like CSmith☆106Updated last year
- Pretty print the output of python stdlib `ast.parse`.☆197Updated 3 weeks ago
- ☆93Updated 2 years ago
- Multithreaded Python without the GIL (experimental rebase on 3.12)☆146Updated last year
- A public mirror of our benchmarking runner repository☆118Updated this week
- generate random python code to test linter/formatter/and other tools☆49Updated this week
- Decorator which checks whether the function is called with the correct type of parameters.☆113Updated 2 months ago
- Decisions by the Python Typing Council☆48Updated 11 months ago
- Retrieve information from typeshed and other typing stubs☆30Updated last month
- Re-apply type annotations from .pyi stubs to your codebase.☆143Updated 3 years ago
- ☆92Updated 3 years ago
- A wrapper around the stdlib `tokenize` which roundtrips.☆58Updated 3 weeks ago
- Unravelling Python source code☆190Updated last year
- Get information about what a Python frame is currently doing, particularly the AST node being executed☆362Updated last week
- Fastest general-purpose parsing library for Python with a familiar API☆48Updated 2 months ago
- Annotate Python AST trees with source text and token information☆187Updated last week
- Instant visualization of Python AST and Code Objects☆140Updated last year
- Extract semantic information about static Python code☆78Updated 3 months ago
- A list of Python type checkers (PEP 484 compliant and not, static and runtime/dynamic)☆67Updated 3 years ago