Kython is a Python 3 interpreter written in Kotlin/JVM.
Kython currently requires a copy of CPython to compile code from the text form to the kyc
format that can be
understood by the interpreter. A version of CPython that matches the current Kython version is required
To test the interpreter, run ./gradlew test
or gradle test
in the root directory.
Pull requests are always welcome. For major changes, please open an issue first to discuss what you would like to change with the rest of the team.
Kython is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
All trademarks referenced herein are property of their respective holders.