Skip to content

Commit

Permalink
Reorder tokens a tiny bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Quaqqer committed Jan 6, 2024
1 parent 8b579e0 commit 62b6298
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions crates/saft-lexer/src/token.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ pub enum Token {

Fn,
Return,
And,
Or,
True,
False,
If,
Else,
Loop,
Expand All @@ -29,7 +25,11 @@ pub enum Token {
Integer(i64),
String(String),
Nil,
True,
False,

And,
Or,
ColonEqual,
Equal,
Plus,
Expand Down

0 comments on commit 62b6298

Please sign in to comment.