ryohji / antlr4-docker

ANTLR v4 Docker image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ANTLR v4

This Dockerfile exports the command antlr4 and grun.

Once you build the image, the aliases below might be your help:

alias antlr4="docker run --rm -u $UID -w $PWD -v $PWD:$PWD <YOUR-IMAGE-TAG> antlr4 $@"
alias grun="docker run -it --rm -u $UID -w $PWD -v $PWD:$PWD <YOUR-IMAGE-TAG> grun $@"

About

ANTLR v4 Docker image

License:Apache License 2.0


Languages

Language:Dockerfile 100.0%