Skip to content

Commit

Permalink
Fixes #30 - Add tokenizing assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem committed May 1, 2024
1 parent 2958c5a commit 56b2688
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lexer/src/main/antlr4/BengalLexer.g4
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ SEMI_COLON : ';';
DOT : '.';
LEFT_PARENTHESIS : '(';
RIGHT_PARENTHESIS : ')';
ASSIGNMENT_OPERATOR : '=';

0 comments on commit 56b2688

Please sign in to comment.