Skip to content

Commit

Permalink
Merge pull request #11 from coreruleset/update-antlr
Browse files Browse the repository at this point in the history
chore: update antlr
  • Loading branch information
fzipi authored Nov 4, 2024
2 parents 15b6c7c + fe58f5c commit 5542c38
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion parser/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
# SPDX-License-Identifier: Apache-2.0


alias antlr4='java -Xmx500M -cp "../lib/antlr-4.13.0-complete.jar:$CLASSPATH" org.antlr.v4.Tool'
alias antlr4='java -Xmx500M -cp "../lib/antlr-4.13.2-complete.jar:$CLASSPATH" org.antlr.v4.Tool'
antlr4 -Dlanguage=Go -no-visitor -package parsing -o ../parsing *.g4
antlr4 -Dlanguage=Python3 -no-visitor -package parsing -o ../parsing *.g4
17 changes: 17 additions & 0 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.9"
antlr4-python3-runtime = "^4.13.0"
antlr4-python3-runtime = "^4.13.2"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 5542c38

Please sign in to comment.