BlackGoku36/UndefinedLanguage
An programming language that targets WASM
UndefinedLanguage is experimental programming language that targets WASM. We do our own code-generation from scratch instead of relying on LLVM or similar code-generation technologies.
This is project done during free time.
Write the code in demo.ul
and do:
# Zig 0.14.1
zig build run -- demo.ul
resulting out.wasm
will be written, localhost the root, open index.html
and check Javascript Console.
var x: float = 5;
interpret 5 as integer, so generated wasm code assignmet doesn't work.x_ids
but only x_idx
exist, so it will suggest x_idx
.