forked from eclipse-jdt/eclipse.jdt.core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Investigate if ECJ's parser be simplified by incorporating overlooked
last minute spec revisions eclipse-jdt#1045 WIP regargding eclipse-jdt#1045
- Loading branch information
1 parent
cb2ef5d
commit e07087d
Showing
29 changed files
with
370 additions
and
348 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
525 changes: 267 additions & 258 deletions
525
org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/parser/Parser.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+726 Bytes
(100%)
org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/parser/parser1.rsc
Binary file not shown.
Binary file modified
BIN
+4 Bytes
(100%)
...eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/parser/parser10.rsc
Binary file not shown.
Binary file modified
BIN
+4 Bytes
(100%)
...eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/parser/parser11.rsc
Binary file not shown.
Binary file modified
BIN
+4 Bytes
(100%)
...eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/parser/parser12.rsc
Binary file not shown.
Binary file modified
BIN
+4 Bytes
(100%)
...eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/parser/parser13.rsc
Binary file not shown.
Binary file modified
BIN
+12 Bytes
(100%)
...eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/parser/parser14.rsc
Binary file not shown.
Binary file modified
BIN
+140 Bytes
(110%)
...eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/parser/parser15.rsc
Binary file not shown.
Binary file modified
BIN
-38 Bytes
(98%)
...eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/parser/parser16.rsc
Binary file not shown.
Binary file modified
BIN
+3 Bytes
(100%)
...eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/parser/parser17.rsc
Binary file not shown.
Binary file modified
BIN
+150 Bytes
(100%)
...eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/parser/parser18.rsc
Binary file not shown.
Binary file modified
BIN
+4 Bytes
(100%)
...eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/parser/parser19.rsc
Binary file not shown.
Binary file modified
BIN
+720 Bytes
(100%)
org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/parser/parser2.rsc
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/parser/parser20.rsc
Binary file not shown.
Binary file modified
BIN
+24 Bytes
(100%)
...eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/parser/parser21.rsc
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/parser/parser22.rsc
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/parser/parser23.rsc
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/parser/parser24.rsc
Binary file not shown.
Binary file modified
BIN
-38 Bytes
(98%)
org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/parser/parser3.rsc
Binary file not shown.
Binary file modified
BIN
+68 Bytes
(100%)
org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/parser/parser4.rsc
Binary file not shown.
Binary file modified
BIN
-38 Bytes
(98%)
org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/parser/parser5.rsc
Binary file not shown.
Binary file modified
BIN
+26 Bytes
(100%)
org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/parser/parser6.rsc
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/parser/parser7.rsc
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/parser/parser8.rsc
Binary file not shown.
Binary file modified
BIN
+8 Bytes
(100%)
org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/parser/parser9.rsc
Binary file not shown.