Created
January 26, 2023 17:15
-
-
Save Daemon-Devarshi/e750a0344a5a4dfc35270216c1162305 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Generates listeners | |
antlr4 ArrayInit.g4 | |
// Compiles java listeners | |
javac -cp /usr/local/lib/antlr-4.7.1-complete.jar ArrayInit*.java |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment