This repository is used to build automatically new releases of Antlr4 and publish them to the Docker hub (at any0ne22/antlr4).
docker run --rm -u $(id -u ${USER}):$(id -g ${USER}) -v `pwd`:/work any0ne/antlr4:latest java -Xmx500M -cp /usr/local/lib/antlr4-tool.jar org.antlr.v4.Tool -o src/ -Dlanguage=Java grammar.g4