break and continue in loops

This commit is contained in:
2026-06-26 23:43:57 +02:00
parent f926bbc605
commit 81ae939bf0
11 changed files with 314 additions and 12 deletions
+2
View File
@@ -154,6 +154,8 @@ Stmt_Kind :: enum u8 {
If,
While,
For,
Break,
Continue,
}
Assignment_Op :: enum u8 {