Code Generation for Expression trees
- Ditched Gradle because I couldn't get annotation processing to work, switched to maven instead
This commit is contained in:
4
jlox/.gitignore
vendored
4
jlox/.gitignore
vendored
@@ -4,6 +4,8 @@ build/
|
||||
!**/src/main/**/build/
|
||||
!**/src/test/**/build/
|
||||
|
||||
*/target/
|
||||
|
||||
### IntelliJ IDEA ###
|
||||
.idea/modules.xml
|
||||
.idea/jarRepositories.xml
|
||||
@@ -39,4 +41,4 @@ bin/
|
||||
.vscode/
|
||||
|
||||
### Mac OS ###
|
||||
.DS_Store
|
||||
.DS_Store
|
||||
|
||||
Reference in New Issue
Block a user