https://github.com/hahnlee/imugi
:dragon: Experimental python compiler written in python
https://github.com/hahnlee/imugi
compiler compiler-frontend llvm objective-c-runtime python
Last synced: 11 months ago
JSON representation
:dragon: Experimental python compiler written in python
- Host: GitHub
- URL: https://github.com/hahnlee/imugi
- Owner: hahnlee
- License: bsd-2-clause
- Created: 2018-05-14T09:26:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-10T17:00:28.000Z (over 7 years ago)
- Last Synced: 2025-04-13T17:09:35.444Z (11 months ago)
- Topics: compiler, compiler-frontend, llvm, objective-c-runtime, python
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 10
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Imugi
The experimental python compiler written in python
imugi compiles python to use the [Objective-C Runtime](https://developer.apple.com/documentation/objectivec/objective_c_runtime).
[Objective-C Runtime](https://developer.apple.com/documentation/objectivec/objective_c_runtime) is used only for PoC and can be changed later.
# Development
* imugi only supports Python 3.6 or later
* imugi only supports macOS
```
pip install -e .[dev]
```
# Pre-commit
```
isort imugi/**/*.py -c
flake8
```