Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 463 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 463 Bytes

Aoki

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

Building

$ git clone https://github.com/monitrr/aoki.git
$ go get
$ go build -o dist/aoki.exe
$ ./aoki.exe run main.aoki