break and continue in loops
This commit is contained in:
@@ -67,6 +67,8 @@ Kind :: enum u8 {
|
||||
Keyword_If,
|
||||
Keyword_While,
|
||||
Keyword_For,
|
||||
Keyword_Break,
|
||||
Keyword_Continue,
|
||||
Keyword_Else,
|
||||
Keyword_True,
|
||||
Keyword_False,
|
||||
|
||||
Reference in New Issue
Block a user