https://github.com/user0332/pyc
A work-in-progress attempt at a Python compiler
https://github.com/user0332/pyc
Last synced: 8 months ago
JSON representation
A work-in-progress attempt at a Python compiler
- Host: GitHub
- URL: https://github.com/user0332/pyc
- Owner: User0332
- Created: 2023-07-03T16:41:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-03T15:30:16.000Z (almost 3 years ago)
- Last Synced: 2025-03-17T18:52:15.050Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 420 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyC
A work-in-progress attempt at a Python Compiler which generates C code straight from Python code (basically a
Nuitka remake, without the CPython baseplate).