Skip to content

Instantly share code, notes, and snippets.

@abelsromero
Last active August 29, 2015 14:26
Show Gist options
  • Save abelsromero/463b8c9b6c446d16dcf5 to your computer and use it in GitHub Desktop.
Save abelsromero/463b8c9b6c446d16dcf5 to your computer and use it in GitHub Desktop.
# add this to your .bashrc in cygwin's folder
antr_path=$(cygpath -w /home/asalgadr/libs/antlr-4.5-complete.jar)
export CLASSPATH=".;$antr_path;$CLASSPATH"
alias antlr4='java -jar $antr_path'
alias grun='java org.antlr.v4.runtime.misc.TestRig'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment