Skip to content

Commit

Permalink
Fixes #21 - Add tokenizing of class keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem committed Apr 15, 2024
1 parent 2fae222 commit 98ca918
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lexer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,11 @@
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
<version>4.13.1</version>
</dependency>
</dependencies>
</project>

0 comments on commit 98ca918

Please sign in to comment.