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
@@ -67,6 +67,8 @@ Kind :: enum u8 {
Keyword_If,
Keyword_While,
Keyword_For,
Keyword_Break,
Keyword_Continue,
Keyword_Else,
Keyword_True,
Keyword_False,