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