Skip to content

aeyno/antlr4-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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