Skip to content

Commit 1259b75

Browse files
committed
Pass FileOptions through the compiler and elsewhere properly
Still need to implement the parsing in the lexer, but anyways, once that's done, it should go through the rest of the system just fine.
1 parent 67dc918 commit 1259b75

File tree

6 files changed

+938
-926
lines changed

6 files changed

+938
-926
lines changed

.gitignore

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
1-
/target/
2-
/.settings/
3-
/.idea/
4-
/plugins/
5-
/com/
6-
/CommandHelper/
7-
/bin/
8-
.classpath
9-
.project
10-
*.iml
11-
nbproject/
12-
nbactions-provisional-build.xml
13-
nbactions-release-profile.xml
14-
nbactions.xml
15-
nb-configuration.xml
16-
true
17-
/logs/
18-
/.logs/
19-
/preferences.*
20-
.DS_Store
21-
/test-backend/
22-
/nbproject/
1+
/target/
2+
/.settings/
3+
/.idea/
4+
/plugins/
5+
/com/
6+
/CommandHelper/
7+
/bin/
8+
.classpath
9+
.project
10+
*.iml
11+
nbproject/
12+
nbactions-provisional-build.xml
13+
nbactions-release-profile.xml
14+
nbactions.xml
15+
nb-configuration.xml
16+
true
17+
/logs/
18+
/.logs/
19+
/preferences.*
20+
.DS_Store
21+
/test-backend/
22+
/nbproject/
23+
/dependency-reduced-pom.xml

0 commit comments

Comments
 (0)