Skip to content

Commit

Permalink
allow /= as not-equal infix operator
Browse files Browse the repository at this point in the history
  • Loading branch information
hydrolarus committed Mar 10, 2021
1 parent b4e5ab8 commit 0961c8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cytosol-parser/src/lexer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ pub enum TokenKind<'src> {

#[token("=")]
OpEquals,
#[token("/=")]
#[token("!=")]
#[token("≠")]
OpNotEquals,
Expand Down

0 comments on commit 0961c8e

Please sign in to comment.