Added arrow token

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

View file

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