Added arrow token

pull/37/head
ondra05 2021-07-27 11:52:43 +02:00
parent 55e461b5e5
commit 9d01fa192c
1 changed files with 3 additions and 0 deletions

View File

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