https://github.com/t3tra-dev/lython
Lython is an experimental compiler that transforms Python code into LLVM IR and compiles to native binaries.
https://github.com/t3tra-dev/lython
compiler llvm python
Last synced: 7 months ago
JSON representation
Lython is an experimental compiler that transforms Python code into LLVM IR and compiles to native binaries.
- Host: GitHub
- URL: https://github.com/t3tra-dev/lython
- Owner: t3tra-dev
- Created: 2025-01-08T07:43:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-25T02:32:12.000Z (8 months ago)
- Last Synced: 2025-07-25T07:40:18.476Z (8 months ago)
- Topics: compiler, llvm, python
- Language: Python
- Homepage:
- Size: 449 KB
- Stars: 103
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> Please do not send pull requests to this repository.
# Lython - Python compiler toolchain based on LLVM
> [!TIP]
> Searching for **pyc**? You are in the right repo. **pyc** has been renamed to **Lython**.
現在、Lython を完全にリライトする作業を行っています。旧実装は `legacy` ブランチを参照してください。
---
## ライセンス
本リポジトリのソースコードは、特記がない限り [MIT License](https://opensource.org/licenses/MIT) で配布されています。
詳細はソースコード内の記述 (`lython/__init__.py` など) をご参照ください。