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
cf0501daaefc2f65f5b6e77a1bd55d9e30af7267
Select Git revision
0 results
sablecc-stups
Author
Search by author
Any Author
authors
0 authors
Jul 04, 2024
Merge branch 'develop'
· cf0501da
dgelessus
authored
11 months ago
View commits for tag 3.8.0
3.8.0
cf0501da
Release version 3.8.0
· e648673a
dgelessus
authored
11 months ago
e648673a
Jul 01, 2024
Re-add PositionedNode copy constructor for better backward compatibility
· cbf87d48
dgelessus
authored
11 months ago
cbf87d48
Update Gradle wrapper to version 8.8
· f40594dd
dgelessus
authored
11 months ago
f40594dd
Jun 17, 2024
Update publishing secrets
· 058d808a
dgelessus
authored
11 months ago
058d808a
May 28, 2024
Declare that sablecc-runtime is (also) licensed under the EPLv1.0
· eb5589ce
dgelessus
authored
1 year ago
eb5589ce
Remove newline check from Lexer.unread and document the issue instead
· 574a3ad4
dgelessus
authored
1 year ago
574a3ad4
Un-deprecate generated Lexer.unread and instead detect problematic case
· 8ad5bb4c
dgelessus
authored
1 year ago
8ad5bb4c
May 16, 2024
Make generated Parser.computePositions and helper methods static
· d20dbed7
dgelessus
authored
1 year ago
d20dbed7
Inline a few local variables in generated Parser
· db582cda
dgelessus
authored
1 year ago
db582cda
Detect unhandled cases in generated Parser switch blocks
· 22f56113
dgelessus
authored
1 year ago
22f56113
Use more precise types for some node maps
· 620fd6fd
dgelessus
authored
1 year ago
620fd6fd
May 15, 2024
Try removing another check from generated Parser.computePositions
· de00b343
dgelessus
authored
1 year ago
de00b343
Remove no longer needed checks from generated Parser.computePositions
· 1717995c
dgelessus
authored
1 year ago
1717995c
Add newline before every AST node creation for readability
· d55ab5a6
dgelessus
authored
1 year ago
d55ab5a6
Compute node positions for all newly created AST nodes
· b7598d96
dgelessus
authored
1 year ago
b7598d96
Avoid redundant counting of popCount in parser alternative codegen
· 6bf00afd
dgelessus
authored
1 year ago
6bf00afd
Rename generated Parser nodeArrayList local variables to popped
· 64513492
dgelessus
authored
1 year ago
64513492
Rename generated Parser.checkResult to a more useful name
· c1c9bcbf
dgelessus
authored
1 year ago
c1c9bcbf
Preserve capitalization in generated Parser local variable names
· 4d083e9a
dgelessus
authored
1 year ago
4d083e9a
May 10, 2024
Skip generating Lexer state transitions that go to the same state
· b7327c5f
dgelessus
authored
1 year ago
b7327c5f
Combine if(acceptToken == -1) into switch in generated Lexer.getToken
· 72848701
dgelessus
authored
1 year ago
72848701
Remove unneeded acceptState variable from generated Lexer.getToken
· 2da55e01
dgelessus
authored
1 year ago
2da55e01
Rename another generated Lexer local variable that shadows a field
· 1c500ed2
dgelessus
authored
1 year ago
1c500ed2
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
Merge branch 'develop'
· 9ecf58d5
dgelessus
authored
1 year ago
View commits for tag 3.7.0
3.7.0
9ecf58d5
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
Loading