Fault-lang/Fault

Remove the homebrew specific path to Antlr java

Closed this issue · 0 comments

In order to successfully compile Fault grammar in Java (necessarily for using the antlr gui) make includes the following line:

javac -classpath /usr/local/Cellar/antlr/4.9.3/antlr-4.9.3-complete.jar *.java