An open API service indexing awesome lists of open source software.

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.

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` など) をご参照ください。