svalente317 / sanka

Sanka programming language compiler
1 stars 2 forks source link

Use ivy to download antlr #2

Closed johnv02139 closed 6 years ago

johnv02139 commented 6 years ago

With this commit, to build, you first need to either ant resolve or, if you prefer, manually create a "lib" directory and put the antlr4 library into it. The build script will no longer pick up libraries from /usr/share/java.

Add .gitignore file to tell git to ignore the output directories.