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
7d13deba872c1291f015bc46593a325829386c64
Select Git revision
0 results
sablecc-stups
Author
Search by author
Any Author
authors
0 authors
Oct 28, 2024
Release version 3.9.0
· 7d13deba
dgelessus
authored
7 months ago
7d13deba
Remove redundant targetCompatibility (defaults to sourceCompatibility)
· 702bda01
dgelessus
authored
7 months ago
702bda01
Use new Gradle plugins syntax
· 3075f750
dgelessus
authored
7 months ago
3075f750
Remove unused Gradle eclipse plugin
· 51ed96cf
dgelessus
authored
7 months ago
51ed96cf
Fix license display
· 734a08e5
dgelessus
authored
7 months ago
734a08e5
Reformat Markdown header syntax
· fa31a250
dgelessus
authored
7 months ago
fa31a250
Remove old Travis CI badge from README.md
· e09fa558
dgelessus
authored
7 months ago
e09fa558
Update version and author info
· 291306c4
dgelessus
authored
7 months ago
291306c4
Adjust placement of break in generated Parser switch
· b8963c1d
dgelessus
authored
7 months ago
b8963c1d
Update Gradle wrapper to version 8.10.2
· 9e226f3a
dgelessus
authored
7 months ago
9e226f3a
Simplify a SuppressWarnings annotation
· 8aa59c9e
dgelessus
authored
7 months ago
8aa59c9e
Sep 18, 2024
Allow adding causes to lexer and parser exceptions
· a8802766
dgelessus
authored
8 months ago
a8802766
Update Gradle wrapper to version 8.10.1
· 6ca86e1b
dgelessus
authored
8 months ago
6ca86e1b
Bump version number to 3.9.0-SNAPSHOT because of added APIs
· e84ef285
dgelessus
authored
8 months ago
e84ef285
Allow getting structured position info and message from LexerException
· 93424a08
dgelessus
authored
8 months ago
93424a08
Reduce import in ParserException
· 8c3679f4
dgelessus
authored
8 months ago
8c3679f4
Set realMsg consistently for all ParserExceptions
· 54a80d03
dgelessus
authored
8 months ago
54a80d03
Jul 04, 2024
Bump version number to 3.8.1-SNAPSHOT
· ee083618
dgelessus
authored
10 months ago
ee083618
Release version 3.8.0
· e648673a
dgelessus
authored
10 months ago
e648673a
Jul 01, 2024
Re-add PositionedNode copy constructor for better backward compatibility
· cbf87d48
dgelessus
authored
10 months ago
cbf87d48
Update Gradle wrapper to version 8.8
· f40594dd
dgelessus
authored
10 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
Loading