while loops
This commit is contained in:
@@ -13,6 +13,7 @@ Kind :: enum u8 {
|
||||
String,
|
||||
Character,
|
||||
Underscore,
|
||||
Colon,
|
||||
Colon_Colon,
|
||||
Equal,
|
||||
Equal_Equal,
|
||||
@@ -53,6 +54,7 @@ Kind :: enum u8 {
|
||||
Keyword_And,
|
||||
Keyword_Or,
|
||||
Keyword_If,
|
||||
Keyword_While,
|
||||
Keyword_Else,
|
||||
Keyword_True,
|
||||
Keyword_False,
|
||||
|
||||
Reference in New Issue
Block a user