Tokens - Break + Continue
This commit is contained in:
parent
b9e659350b
commit
f8f9d376fb
1 changed files with 2 additions and 0 deletions
|
@ -27,7 +27,9 @@ pub enum TokenType {
|
|||
Number(f64),
|
||||
|
||||
And,
|
||||
Break,
|
||||
Class,
|
||||
Continue,
|
||||
Else,
|
||||
False,
|
||||
Fun,
|
||||
|
|
Loading…
Reference in a new issue