rayoko/README.md

21 lines
302 B
Markdown

# rayoko
a toy programming language and compiler
this time it'll work i promise it wont be like vig plrease
# instal
```
git clone https://gitdab.com/luna/rayoko
cd rayoko
zig build
```
# use
```
./zig-cache/bin/rayoko examples/hello.ry
./a.out # gives 123 as exit code which i think is epic
```