for loops

This commit is contained in:
2026-06-22 20:11:18 +02:00
parent 380b5943b3
commit 27f42dd253
15 changed files with 1369 additions and 22 deletions
+2
View File
@@ -27,6 +27,7 @@ Kind :: enum u8 {
Minus,
Dot,
Range,
Range_Inclusive,
Ellipsis,
At,
Star,
@@ -55,6 +56,7 @@ Kind :: enum u8 {
Keyword_Or,
Keyword_If,
Keyword_While,
Keyword_For,
Keyword_Else,
Keyword_True,
Keyword_False,