Aoki is a small programming language with the use of nothing.
* 💨 Written in Go v1.18+
* 🦜 Fast Interpreter
* 🙋♂️ Example Aoki Code
* 🗺 Fully open source for all to learn, modify, and build on.
# TODO
[x] Simple Interpreter
[x] Ints
[x] Strings
[x] Variables
[ ] Functions
$ git clone https://github.com/monitrr/aoki.git
$ go get
$ go build -o dist/aoki.exe
$ ./aoki.exe run main.aoki