Skip to content

Commit

Permalink
Bump ANTLR dependency to 4.13.2 (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
akosthekiss authored Aug 26, 2024
1 parent 5d96818 commit 93f97b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ include_package_data = True
python_requires = >=3.8
install_requires =
antlerinator>=1!3.0.0
antlr4-python3-runtime==4.13.1
antlr4-python3-runtime==4.13.2
autopep8
flatbuffers
inators
Expand All @@ -48,6 +48,6 @@ console_scripts =

[build_antlr]
commands =
antlerinator:4.13.1 grammarinator/tool/resources/g4/ANTLRv4Lexer.g4 grammarinator/tool/resources/g4/ANTLRv4Parser.g4 -Dlanguage=Python3 -o grammarinator/tool/g4 -Xexact-output-dir -no-listener
antlerinator:4.13.2 grammarinator/tool/resources/g4/ANTLRv4Lexer.g4 grammarinator/tool/resources/g4/ANTLRv4Parser.g4 -Dlanguage=Python3 -o grammarinator/tool/g4 -Xexact-output-dir -no-listener
output =
grammarinator/tool/parser/ANTLRv4*.py

0 comments on commit 93f97b0

Please sign in to comment.