21 lines
329 B
Markdown
21 lines
329 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 install --prefix ~/.local/
|
|
```
|
|
|
|
# use
|
|
|
|
```
|
|
rayoko examples/hello.ry # outputs to outpath.o
|
|
gcc outpath.o examples/hello.c -o hello
|
|
./hello
|
|
```
|