Remove dumbass type constraint crap.

This commit is contained in:
2024-12-29 23:39:57 +01:00
parent 90fb1a035e
commit f13508262b
7 changed files with 65 additions and 341 deletions

View File

@@ -463,8 +463,9 @@ array_access :: (parse_state : *Parse_State, left : *AST_Node) -> *AST_Node {
add_child(node, expression(parse_state));
return node;
}
source_location.end = parse_state.previous;
left.source_location = source_location;
return left;
}