aeyno / antlr4-docker

Docker container for Antlr4

Home Page:https://hub.docker.com/r/any0ne22/antlr4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Antlr4 Docker container

Build LatestVersion DockerVersion

This repository is used to build automatically new releases of Antlr4 and publish them to the Docker hub (at any0ne22/antlr4).

Usage

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

About

Docker container for Antlr4

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

License:GNU General Public License v3.0


Languages

Language:Dockerfile 100.0%