Skip to content
/ aoki Public

a small programming language with the use of nothing.

Notifications You must be signed in to change notification settings

grngxd/aoki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

a small programming language with the use of nothing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages