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
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
a8802766d96ae4cc71eae69f6e6d9be599cf0359
Select Git revision
Branches
3
develop
default
protected
kristin_optim_test
master
protected
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
Begin with the selected commit
Created with Raphaël 2.2.0
10
Jan
4
Dec
28
Oct
18
Sep
4
Jul
1
17
Jun
28
May
16
15
10
6
25
Apr
19
Feb
24
Jan
10
Nov
21
Aug
8
21
Jul
20
19
14
7
4
19
Jun
5
19
May
11
4
3
2
28
Apr
10
May
6
4
26
Apr
25
22
21
20
19
8
7
6
5
31
Mar
28
16
Dec
22
Oct
14
Sep
12
Feb
5
May
4
28
Apr
24
22
7
May
3
25
Apr
15
Mar
7
6
6
Jun
5
10
Mar
9
21
Dec
20
10
Nov
1
Aug
31
Jul
30
2
May
27
Aug
6
May
9
Nov
8
12
May
23
Apr
14
Mar
9
10
Dec
9
Adjust processResources project.version use to avoid deprecation warning
develop
develop
Replace uses of deprecated Gradle assignment syntax
Update Gradle wrapper to version 8.12
Remove a few newlines in startup message
Print conflicts only once
Bump version number to 3.9.1-SNAPSHOT
Merge branch 'develop'
3.9.0 master
3.9.0 master
Release version 3.9.0
Remove redundant targetCompatibility (defaults to sourceCompatibility)
Use new Gradle plugins syntax
Remove unused Gradle eclipse plugin
Fix license display
Reformat Markdown header syntax
Remove old Travis CI badge from README.md
Update version and author info
Adjust placement of break in generated Parser switch
Update Gradle wrapper to version 8.10.2
Simplify a SuppressWarnings annotation
Allow adding causes to lexer and parser exceptions
Update Gradle wrapper to version 8.10.1
Bump version number to 3.9.0-SNAPSHOT because of added APIs
Allow getting structured position info and message from LexerException
Reduce import in ParserException
Set realMsg consistently for all ParserExceptions
Bump version number to 3.8.1-SNAPSHOT
Merge branch 'develop'
3.8.0
3.8.0
Release version 3.8.0
Re-add PositionedNode copy constructor for better backward compatibility
Update Gradle wrapper to version 8.8
Update publishing secrets
Declare that sablecc-runtime is (also) licensed under the EPLv1.0
Remove newline check from Lexer.unread and document the issue instead
Un-deprecate generated Lexer.unread and instead detect problematic case
Make generated Parser.computePositions and helper methods static
Inline a few local variables in generated Parser
Detect unhandled cases in generated Parser switch blocks
Use more precise types for some node maps
Try removing another check from generated Parser.computePositions
Remove no longer needed checks from generated Parser.computePositions
Add newline before every AST node creation for readability
Loading