Luukdegram/luf

Experiment: Allow compilation to typed ZIR

Luukdegram opened this issue · 0 comments

It would be a cool experiment to compile to typed ZIR that can be used by Zig's compiler to compile it to machine code and see its effect on performance compared to regular Zig code.

Obviously we will have to comply with Zig's semantics and type system, allowing us to only implement features that are supported by Zig. We will also have to handle memory usage someway.