mirror of
https://github.com/odin-lang/Odin.git
synced 2026-03-02 06:38:21 +00:00
"Maybe-fy" operator
This commit is contained in:
@@ -1610,6 +1610,7 @@ AstNode *parse_type(AstFile *f);
|
||||
AstNode *parse_unary_expr(AstFile *f, b32 lhs) {
|
||||
switch (f->curr_token.kind) {
|
||||
case Token_Pointer:
|
||||
case Token_Maybe:
|
||||
case Token_Add:
|
||||
case Token_Sub:
|
||||
case Token_Not:
|
||||
|
||||
Reference in New Issue
Block a user