Fix crashes
This commit is contained in:
@@ -140,6 +140,7 @@ parse_expr_compound(){
|
||||
Scratch scratch;
|
||||
Token *pos = token_get();
|
||||
Array<Ast_Compound_Item *> exprs = {scratch};
|
||||
|
||||
while(!token_is(TK_CloseBrace)){
|
||||
Token *token = token_get();
|
||||
Ast_Expr *index = 0;
|
||||
|
||||
Reference in New Issue
Block a user