match statements

This commit is contained in:
2026-06-28 23:44:01 +02:00
parent 981ccb047a
commit 462632554c
12 changed files with 1057 additions and 6 deletions
+1
View File
@@ -72,6 +72,7 @@ Kind :: enum u8 {
Keyword_Continue,
Keyword_Defer,
Keyword_Yield,
Keyword_Match,
Keyword_Else,
Keyword_True,
Keyword_False,