forked from AbleScript/ablescript
Added arrow token
This commit is contained in:
parent
1714629492
commit
4c735d0928
|
@ -48,6 +48,9 @@ pub enum Token {
|
|||
#[token("=")]
|
||||
Equal,
|
||||
|
||||
#[token("<=")]
|
||||
Arrow,
|
||||
|
||||
// Logical operators
|
||||
#[token("<")]
|
||||
LessThan,
|
||||
|
|
Loading…
Reference in a new issue