/imugi

:dragon: Experimental python compiler written in python

Primary LanguagePythonBSD 2-Clause "Simplified" LicenseBSD-2-Clause

Imugi

The experimental python compiler written in python

imugi compiles python to use the Objective-C Runtime.

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