Skip to content

Commit

Permalink
[#201] brainc-brainduck: fix missing token
Browse files Browse the repository at this point in the history
  • Loading branch information
vbmacher committed May 1, 2022
1 parent cb1adc5 commit 4b7fd78
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ private int convertLexerTokenType(int tokenType) {
case BraincLexer.PRINT:
case BraincLexer.LOAD:
case BraincLexer.LOOP:
case BraincLexer.ENDL:
return Token.RESERVED;
case BraincLexer.EOF:
return Token.EOF;
Expand Down

0 comments on commit 4b7fd78

Please sign in to comment.