Skip to content

Commit

Permalink
Fixes #27 - Add tokenizing dot
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem committed Apr 26, 2024
1 parent 892f448 commit ddd8c0c
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 @@ -6,4 +6,5 @@ KEYWORD_IF : 'if';
LEFT_CURLY : '{';
RIGHT_CURLY : '}';
SEMI_COLON : ';';
DOT : '.';

0 comments on commit ddd8c0c

Please sign in to comment.