llvm based toy programming language
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.
Go to file
Luna ebf4af6537 fixes for latest zig 4 years ago
examples fixes for latest zig 4 years ago
src fixes for latest zig 4 years ago
.gitignore main: call gcc to make out executable 4 years ago
LICENSE add LICENSE 4 years ago
README.md update readme with usage instructions 4 years ago
build.zig move to llvm 9 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