first draft of import builtin function

This commit is contained in:
cozis
2022-08-16 17:35:58 +02:00
parent 9935142a1e
commit 0a090c4cfa
12 changed files with 168 additions and 187 deletions
+1
View File
@@ -1671,6 +1671,7 @@ static Node *parse_expression_2(Context *ctx, Node *left_expr, int min_prec, _Bo
if(right_expr == NULL)
return NULL;
#warning "Should this break also trigger when the token is a = and allow_assignments is false?"
if(ctx->token->kind == ',' && allow_toplev_tuples == 0)
break;
}