Analyze for loops

This commit is contained in:
Sasha Koshka
2024-03-16 13:25:53 -04:00
parent 24bfb30a24
commit 86d4f21036
2 changed files with 37 additions and 1 deletions
+1
View File
@@ -493,6 +493,7 @@ type For struct {
// Semantics
Ty Type
Scope
}
func (*For) expression(){}
func (*For) breakable(){}