Skip to content

Commit

Permalink
Add Gate
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaStev committed Nov 13, 2024
1 parent f71271c commit be3984e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lexer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ pub enum TokenType {
CONTINUE,
PRINT,
PRINTLN,
AND, // &&
OR, // ||
NOT, // !=
IN, // in
IDENTIFIER(String),
STRING(String),
NUMBER(i64),
Expand Down

0 comments on commit be3984e

Please sign in to comment.