Add support for the 'while' keyword
This commit is contained in:
@@ -228,4 +228,6 @@ pub enum Keyword {
|
||||
Loop,
|
||||
/// Represents the `break` keyword
|
||||
Break,
|
||||
/// Represents the `while` keyword
|
||||
While,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user