Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SableCC STUPS
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
SableCC STUPS
Commits
f618d67a5fda8e94917c0b0717e9f81f94c40b45
Select Git revision
Branches
3
develop
default
protected
master
protected
kristin_optim_test
Tags
13
3.9.0
3.8.0
3.7.0
3.6.0
3.5.0
3.4.1
3.4.0
3.3.3
3.3.2
3.3.0
3.2.14
3.2.13
3.2.12
16 results
sablecc-stups
Author
Search by author
Any Author
authors
0 authors
May 10, 2024
Pull common code out of generated Lexer accept switch cases
· f618d67a
dgelessus
authored
1 year ago
f618d67a
Prepare sharing code between cases of generated Lexer accept switch
· 392709d7
dgelessus
authored
1 year ago
392709d7
Don't reuse length variables in generated Lexer/Parser initialization
· 14cdedba
dgelessus
authored
1 year ago
14cdedba
Use conventional modifier order in generated Parser
· 8ebf6fa8
dgelessus
authored
1 year ago
8ebf6fa8
Make generated Lexer array fields final
· 265d8253
dgelessus
authored
1 year ago
265d8253
Rename generated Lexer local variables to no shadow instance fields
· 3b8fe35f
dgelessus
authored
1 year ago
3b8fe35f
Inline a return variable in generated Lexer
· afead31d
dgelessus
authored
1 year ago
afead31d
Update Gradle wrapper to version 8.7
· 0eba1d04
dgelessus
authored
1 year ago
0eba1d04
May 06, 2024
Expand Javadoc for generated deprecated Lexer.unread method
· e97ca3ac
dgelessus
authored
1 year ago
e97ca3ac
Apr 25, 2024
Remove unused no-arg Token constructor
· 6a18ab9c
dgelessus
authored
1 year ago
6a18ab9c
Remove copy constructors from generated nodes again
· 5f0d1ab2
dgelessus
authored
1 year ago
5f0d1ab2
Feb 19, 2024
Bump version number to 3.8.0-SNAPSHOT
· 0f03636d
dgelessus
authored
1 year ago
0f03636d
Release version 3.7.0
· b2fefd05
dgelessus
authored
1 year ago
b2fefd05
Update Gradle wrapper to version 8.6
· d2111cb3
dgelessus
authored
1 year ago
d2111cb3
Jan 24, 2024
Fix Java 21 warnings about possible this escape in constructor
· 95a7f322
dgelessus
authored
1 year ago
95a7f322
Add Java 21 to .gitlab-ci.yml
· 62d8551c
dgelessus
authored
1 year ago
62d8551c
Update Gradle wrapper to version 8.5
· 8769f5cb
dgelessus
authored
1 year ago
8769f5cb
Nov 10, 2023
Deprecate Lexer.unread because of hard to fix newline counting problems
· eae61772
dgelessus
authored
1 year ago
eae61772
Restore Lexer line counting state correctly in middle of a CRLF pair
· a2e63b46
dgelessus
authored
1 year ago
a2e63b46
Make some lines in generated Lexer more compact
· ea575cf8
dgelessus
authored
1 year ago
ea575cf8
Rename Lexer.getToken local variables to match Java conventions
· e6658efd
dgelessus
authored
1 year ago
e6658efd
Fix minor Unicode newline handling bug and comment the logic
· 11df804e
dgelessus
authored
1 year ago
11df804e
Update Gradle wrapper to version 8.4
· 7e25b5a7
dgelessus
authored
1 year ago
7e25b5a7
Aug 21, 2023
Require Java 8 for sablecc-runtime as well (forgot to update this)
· 7724c437
dgelessus
authored
1 year ago
7724c437
Aug 08, 2023
Remove @SuppressWarnings("unused") for generated Lexer classes
· d829368f
dgelessus
authored
1 year ago
d829368f
Require Java 8
· b97db2ca
dgelessus
authored
1 year ago
b97db2ca
Remove deprecated Lexer.nextList and related code
· cd07a89b
dgelessus
authored
1 year ago
cd07a89b
Bump version number to 3.7.0-SNAPSHOT
· b4ed3438
dgelessus
authored
1 year ago
b4ed3438
Release version 3.6.0
· 9dffb01c
dgelessus
authored
1 year ago
9dffb01c
Jul 21, 2023
Weaken type of parser state lists from List<Object> to List<?>
· 825f5dab
dgelessus
authored
1 year ago
825f5dab
Remove support for Parser.filter
· f9083efa
dgelessus
authored
1 year ago
f9083efa
Replace another generated ArrayList with a singletonList
· b969c6b8
dgelessus
authored
1 year ago
b969c6b8
Simplify creation of lists returned by generated Parser new methods
· c10d247c
dgelessus
authored
1 year ago
c10d247c
Avoid unnecessary list access in generated checkResult calls
· 9b64a778
dgelessus
authored
1 year ago
9b64a778
Remove unused ParserNewBodyDeclNull macro
· 26500676
dgelessus
authored
1 year ago
26500676
Adjust newline placement in generated Parser new methods
· d7c3bade
dgelessus
authored
1 year ago
d7c3bade
Generate variable declarations at first assignment in Parser new methods
· 1dd54d20
dgelessus
authored
1 year ago
1dd54d20
Remove generation of block braces in Parser new methods
· bf585c72
dgelessus
authored
1 year ago
bf585c72
Move list variable declarations in generated Parser new methods
· ba0fb101
dgelessus
authored
1 year ago
ba0fb101
Remove handling of null List values in Parser new methods
· ec628ad3
dgelessus
authored
1 year ago
ec628ad3
Loading