8000 Release v1.1.1 · Silicon27/Vast · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v1.1.1

Compare
Choose a tag to compare
@Silicon27 Silicon27 released this 07 Feb 09:46

#16 Introduces LLVM, alongside functional fn, var and return keywords. A sample executable, asm file and .ll file have been created here.

Sample code in CVast (.cv):

var i32 x = 10;

fn main(x: i32) -> i32 {
    var i32 y = 10;
    return 0;
}

Syntactically it is very similar to Rust.

Have fun!

0