https://github.com/antlr/grammars-v4
Raw File
Tip revision: af993f3796005325e3276a35dd69fa44540f7f91 authored by dependabot[bot] on 20 February 2023, 21:10:31 UTC
Bump antlr.version from 4.11.1 to 4.12.0
Tip revision: af993f3
test.sh
command -v mvn >/dev/null 2>&1 || { echo >&2 "I require maven to test the grammars but it's not installed.  Aborting."; exit 1; }
mvn test $@
back to top