Skip to content

Repository files navigation

unzig

A (toy) system programming language.

Current status

This works

fn foo() i32 {
    return 1;
}

fn main() i32 {
    var x: i32 = foo();
    var y: i32 = 123 + (1 * x);
    y = 1;
    return 0;
}

Credits

Inspiration from zig

About

(WIP) LLVM-based compiler

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages