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
bdfd09c39a2ffdd14f6bd29e05a1a77d2f55a6f7
Select Git revision
0 results
sablecc-stups
Author
Search by author
Any Author
authors
0 authors
Jan 10, 2025
Adjust processResources project.version use to avoid deprecation warning
· bdfd09c3
dgelessus
authored
5 months ago
bdfd09c3
Replace uses of deprecated Gradle assignment syntax
· 43c5f237
dgelessus
authored
5 months ago
43c5f237
Update Gradle wrapper to version 8.12
· 15c2009b
dgelessus
authored
5 months ago
15c2009b
Dec 04, 2024
Remove a few newlines in startup message
· 2f0e7bc2
dgelessus
authored
6 months ago
2f0e7bc2
Print conflicts only once
· 8f66b4af
dgelessus
authored
6 months ago
8f66b4af
Oct 28, 2024
Bump version number to 3.9.1-SNAPSHOT
· 3b00daed
dgelessus
authored
7 months ago
3b00daed
Merge branch 'develop'
· fe88437e
dgelessus
authored
7 months ago
View commits for tag 3.9.0
3.9.0
fe88437e
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
11 months ago
ee083618
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
Loading