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:
ctsk
2022-09-06 17:34:55 +02:00
parent 3857580ff0
commit e68f0edc1c
19 changed files with 242 additions and 366 deletions

4
jlox/.gitignore vendored
View File

@@ -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