rayoko/README.md

22 lines
329 B
Markdown
Raw 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
zig build install --prefix ~/.local/
```
2019-09-28 00:23:11 +00:00
# use
```
rayoko examples/hello.ry # outputs to outpath.o
gcc outpath.o examples/hello.c -o hello
./hello
```