rayoko/README.md

21 lines
302 B
Markdown
Raw Permalink Normal View History

2019-09-18 14:03:24 +00:00
# rayoko
2019-09-28 00:23:11 +00:00
a toy programming language and compiler
2019-09-18 14:03:24 +00:00
this time it'll work i promise it wont be like vig plrease
# instal
```
git clone https://gitdab.com/luna/rayoko
cd rayoko
2020-04-02 18:17:14 +00:00
zig build
2019-09-18 14:03:24 +00:00
```
2019-09-28 00:23:11 +00:00
# use
```
2020-04-02 18:17:14 +00:00
./zig-cache/bin/rayoko examples/hello.ry
./a.out # gives 123 as exit code which i think is epic
2019-09-28 00:23:11 +00:00
```