llvm based toy programming language
Find a file
Luna 0b72462954 codegen: add emitting of call exprs
- codegen: add llvm value ref table to more easily fetch function
    values
 - comp_ctx: add fetchGlobalSymbol
 - types: use ctx.fetchGlobalSymbol
2019-09-25 18:05:56 -03:00
examples add rudimentary return type analysis for call exprs 2019-09-25 17:17:47 -03:00
src codegen: add emitting of call exprs 2019-09-25 18:05:56 -03:00
.gitignore gitignore: add object files 2019-09-21 23:56:35 -03:00
build.zig fix llvm linking 2019-09-21 12:31:47 -03:00
LICENSE add LICENSE 2019-09-18 11:19:23 -03:00
README.md add readme 2019-09-18 11:03:24 -03:00

rayoko

a programming language

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/