You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 years ago | |
---|---|---|
examples | 4 years ago | |
src | 4 years ago | |
.gitignore | 4 years ago | |
LICENSE | 4 years ago | |
README.md | 4 years ago | |
build.zig | 4 years ago |
README.md
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