Add token for goto
This commit is contained in:
parent
d9923fd762
commit
41672a7125
@ -170,6 +170,8 @@ pub enum Token {
|
|||||||
NativeReplication,
|
NativeReplication,
|
||||||
|
|
||||||
// # Control-flow keywords
|
// # Control-flow keywords
|
||||||
|
#[regex("(?i)goto")]
|
||||||
|
Goto,
|
||||||
#[regex("(?i)if")]
|
#[regex("(?i)if")]
|
||||||
If,
|
If,
|
||||||
#[regex("(?i)else")]
|
#[regex("(?i)else")]
|
||||||
|
Loading…
Reference in New Issue
Block a user