Skip to content

Commit

Permalink
Update antlr version to 4.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rcomer committed Jun 27, 2023
1 parent 6501ee6 commit 95f0e10
Show file tree
Hide file tree
Showing 6 changed files with 632 additions and 853 deletions.
2 changes: 1 addition & 1 deletion cf_units/_udunits2_parser/compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
raise ImportError("Jinja2 needed to compile the grammar.")


JAR_NAME = "antlr-4.7.2-complete.jar"
JAR_NAME = "antlr-4.11.1-complete.jar"
JAR_URL = f"https://www.antlr.org/download/{JAR_NAME}"
HERE = Path(__file__).resolve().parent

Expand Down
696 changes: 276 additions & 420 deletions cf_units/_udunits2_parser/parser/udunits2Lexer.py

Large diffs are not rendered by default.

Loading

0 comments on commit 95f0e10

Please sign in to comment.