Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/grngxd/aoki
- Owner: grngxd
- Created: 2022-05-30T21:34:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-31T13:59:47.000Z (over 2 years ago)
- Last Synced: 2023-11-24T01:32:27.552Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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