Luukdegram/luf

Implement optionals

Luukdegram opened this issue · 0 comments

Luf already supports nil literals, but assigning nil to a variable will make its type nil as well.
Optional should be seperate type that must be handled before usage, similair to how Zig handles them.