https://github.com/trimorphdev/kunai
The Kunai programming language.
https://github.com/trimorphdev/kunai
Last synced: 10 months ago
JSON representation
The Kunai programming language.
- Host: GitHub
- URL: https://github.com/trimorphdev/kunai
- Owner: trimorphdev
- License: mit
- Created: 2020-09-21T07:48:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-17T21:05:13.000Z (over 5 years ago)
- Last Synced: 2025-03-02T14:51:27.669Z (10 months ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# kunai
Kunai is a general-purpose statically-typed, type-safe, and garbage collected programming language.
***NOTE: Kunai is heavily WORK IN PROGRESS. Some features may not work as expected, or at all.*** If you find any bugs, feel free to open an issue!
## Building
You can build Kunai by running `build.py` in the Kunai directory, this will output an executable in the `bin` folder. *Note: this requires `Python`, which can be found here: https://www.python.org/*