Fault-lang / Fault

a language for building system dynamic models
https://fault.tech
MIT License
165 stars 6 forks source link

Remove the homebrew specific path to Antlr java #5

Closed mbellotti closed 1 year ago

mbellotti commented 2 years ago

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