Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/grngxd/aoki

a small programming language with the use of nothing.
https://github.com/grngxd/aoki

Last synced: about 2 months ago
JSON representation

a small programming language with the use of nothing.

Awesome Lists containing this project

README

        

# 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.
```

```markdown
# TODO

[x] Simple Interpreter
[x] Ints
[x] Strings
[x] Variables
[ ] Functions
```

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