Added arrow token

This commit is contained in:
Erin 2021-07-27 11:52:43 +02:00 committed by ondra05
parent e847a76c6d
commit ab1515cdb0

View file

@ -48,6 +48,9 @@ pub enum Token {
#[token("=")]
Equal,
#[token("<=")]
Arrow,
// Logical operators
#[token("<")]
LessThan,