An alipine-based dockerfile which runs antlr44.
latest (Dockerfile)docker run -it --rm \
-v $(pwd):/workspace \
qmu1/antlr4:latest sh -c "
cd /workspace
java -jar /antlr4.jar -Dlanguage=Go -o ./code JSON.g4
java -jar /rrd-antlr4.jar JSON.g4
"
Available on the DockerHub.
https://hub.docker.com/r/qmu1/antlr4/
MIT License
Copyright (c) qmu Co.,Inc.
Content type
Image
Digest
Size
167.6 MB
Last updated
about 7 years ago
docker pull qmu1/antlr4