Skip to content

Instantly share code, notes, and snippets.

@Daemon-Devarshi
Last active January 27, 2023 07:16
Show Gist options
  • Save Daemon-Devarshi/9a334f9e89bba8360ad9aa2e832e67c8 to your computer and use it in GitHub Desktop.
Save Daemon-Devarshi/9a334f9e89bba8360ad9aa2e832e67c8 to your computer and use it in GitHub Desktop.
export CLASSPATH=".:/usr/local/lib/antlr-4.11.1-complete.jar:$CLASSPATH"
alias antlr4='java -jar /usr/local/lib/antlr-4.11.1-complete.jar'
alias grun='java org.antlr.v4.gui.TestRig'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment