-
- Downloads
Simplify creation of lists returned by generated Parser new methods
This also avoids allocating a full ArrayList if just one node is pushed (which is by far the most common case).
Showing
- src/main/java/org/sablecc/sablecc/GenerateAlternativeCodeForParser.java 22 additions, 10 deletions...org/sablecc/sablecc/GenerateAlternativeCodeForParser.java
- src/main/java/org/sablecc/sablecc/parser/Parser.java 279 additions, 1079 deletionssrc/main/java/org/sablecc/sablecc/parser/Parser.java
- src/main/resources/org/sablecc/sablecc/parser.txt 24 additions, 8 deletionssrc/main/resources/org/sablecc/sablecc/parser.txt
Loading
Please register or sign in to comment