llvm based toy programming language
Luna
7def9abc5a
this is inserted in the analysis pass into a map from expr ptrs to metadata in the compilation context itself, this enables codegen to fetch that metadata with the expr pointer the other approach was embedding it into the variable expr itself (as seen by VariableExpr), but that causes a compiler crash |
||
---|---|---|
examples | ||
src | ||
.gitignore | ||
build.zig | ||
LICENSE | ||
README.md |
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/