Sign inSign up

qmu1/antlr4

By qmu1

Updated about 7 years ago

An alipine-based dockerfile which runs ANTLR4

Image
0

1.0K

qmu1/antlr4 repository overview

ANTLR4 Dockerfile

layers badge

An alipine-based dockerfile which runs antlr44.

Usage

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
    "

DockerHub

Available on the DockerHub.

https://hub.docker.com/r/qmu1/antlr4/

License

MIT License

Copyright (c) qmu Co.,Inc.

Tag summary

Content type

Image

Digest

Size

167.6 MB

Last updated

about 7 years ago

docker pull qmu1/antlr4