gvanrossum / c-parserLinks
A partial parser for C statements and expression
☆59Updated last year
Alternatives and similar repositories for c-parser
Users that are interested in c-parser are comparing it to the libraries listed below
Sorting:
- ☆39Updated 3 years ago
- Write compiled bytecode inline with pure Python. 🤖☆80Updated last year
- Unravelling Python source code☆191Updated last year
- ☆93Updated 2 years ago
- Very old demos and examples removed from the cpython repo☆97Updated 3 years ago
- Run mypy and pyright over millions of lines of code☆102Updated this week
- Guido's time machine☆102Updated 5 years ago
- ☆93Updated 3 years ago
- A public mirror of our benchmarking runner repository☆117Updated last week
- Static Frame Stack Dependency Graph☆23Updated 3 years ago
- Communications from the Steering Council☆168Updated 6 months ago
- Multithreaded Python without the GIL (experimental rebase on 3.12)☆146Updated last year
- A repo to track the progress of Python on WebAssembly (WASM)☆56Updated 11 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.☆92Updated last week
- Expose CPython's tokenizer as a Python class☆62Updated 5 years ago
- A TUI disassembler☆121Updated 2 months ago
- Over 600 fast Python bindings to the CPython C API. 🤯☆61Updated last year
- The Python programming language☆47Updated 4 years ago
- Put all the objections to PEP 622 in one place.☆32Updated 5 years ago
- Tool for fixing trivial problems with your code.☆64Updated 2 years ago
- Pretty print the output of python stdlib `ast.parse`.☆195Updated 2 weeks ago
- Upload and changes to Python 0.9.1 release (from 1991!) so that it would compile☆206Updated 4 years ago
- ☆23Updated 2 years ago
- Python implementation of the Lox language from Robert Nystrom's Crafting Interpreters☆53Updated 3 years ago
- FrozenList is a list-like structure that implements collections.abc.MutableSequence and can be made immutable.☆113Updated this week
- PyPI package browsing web application☆52Updated last month
- A bot to help identify missing information for CPython pull requests☆129Updated last week
- A Python type checker☆374Updated this week
- The Python programming language