Skip to content

Commit

Permalink
Fixes #29 - Add tokenizing right parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem committed Apr 30, 2024
1 parent 658bebc commit 2958c5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lexer/src/main/antlr4/BengalLexer.g4
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ RIGHT_CURLY : '}';
SEMI_COLON : ';';
DOT : '.';
LEFT_PARENTHESIS : '(';
RIGHT_PARENTHESIS : ')';

0 comments on commit 2958c5a

Please sign in to comment.