"Maybe-fy" operator

This commit is contained in:
Ginger Bill
2016-10-08 10:01:29 +01:00
parent c5d20d2eef
commit a5c6340316
5 changed files with 46 additions and 27 deletions

View File

@@ -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: