allow unary operators as the first token after if or while
This commit is contained in:
@@ -191,6 +191,8 @@ impl Token {
|
||||
Or |
|
||||
Ampersand |
|
||||
And |
|
||||
If |
|
||||
While |
|
||||
Return => true,
|
||||
_ => false,
|
||||
}
|
||||
|
Reference in New Issue
Block a user