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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
SableCC STUPS
Commits
Commits · b33c13ea593b4b5a6890c51aa516f87726b9653c
b33c13ea593b4b5a6890c51aa516f87726b9653c
Select Git revision
1 result
Searching
sablecc-stups
Author
Search by author
Any Author
authors
0 authors
Browse files
Apr 22, 2022
Use generics for another field in GenParser
· b33c13ea
dgelessus
authored
Apr 22, 2022
b33c13ea
Use generics in DFA
· bcded9ef
dgelessus
authored
Apr 22, 2022
bcded9ef
Use generics in LR1Collection
· 75b83131
dgelessus
authored
Apr 22, 2022
75b83131
Refactor checkResults internals to avoid unnecessary lookups
· c394250a
dgelessus
authored
Apr 22, 2022
c394250a
Rename checkResult parameters to make a bit more sense
· 471d5f9f
dgelessus
authored
Apr 22, 2022
471d5f9f
Remove unneeded comment from parser template
· 1fac8017
dgelessus
authored
Apr 22, 2022
1fac8017
Remove unused parser.txt macro ParserTypedLinkedListAddAll2
· 8dac7514
dgelessus
authored
Apr 22, 2022
8dac7514
Automatically use addElementsFromListToNewList optimization where safe
· 268882e6
dgelessus
authored
Apr 22, 2022
268882e6
Apr 21, 2022
Remove no longer needed null checks from checkResult template
· cb027dfe
dgelessus
authored
Apr 21, 2022
cb027dfe
Determine first/last popped nodes statically in parser new methods
· 19157b15
dgelessus
authored
Apr 21, 2022
19157b15
Begin refactoring checkResult in parser template
· be8ff931
dgelessus
authored
Apr 21, 2022
be8ff931
Apr 20, 2022
Make many Parser fields and methods private again
· 8ef53d26
dgelessus
authored
Apr 20, 2022
8ef53d26
Remove no longer used slurp parameter of Parser.checkResult
· a16e6395
dgelessus
authored
Apr 20, 2022
a16e6395
Begin using generics in generated parser
· 30e55c67
dgelessus
authored
Apr 20, 2022
30e55c67
Remove manual type check from Parser.checkResult template
· 3e837b13
dgelessus
authored
Apr 20, 2022
3e837b13
Remove unneeded intermediate variables in parser new* template
· 6fb96d5a
dgelessus
authored
Apr 20, 2022
6fb96d5a
Remove more stray whitespace in templates
· 99911480
dgelessus
authored
Apr 20, 2022
99911480
Remove unneeded duplicate fields from Lexer and Parser templates
· d3abf782
dgelessus
authored
Apr 20, 2022
d3abf782
Fix misspelled defaultCase override in ResolveAstIds
· 49210507
dgelessus
authored
Apr 20, 2022
49210507
Improve a few minor things in Node and Token templates
· c06b09a0
dgelessus
authored
Apr 20, 2022
c06b09a0
Fix unchecked/rawtypes warnings in Node where possible
· 78de827b
dgelessus
authored
Apr 20, 2022
78de827b
Run regenerateParser on CI as a minimal test
· d865567c
dgelessus
authored
Apr 20, 2022
d865567c
Move IToken special case from PositionedNode into Token
· 16ce887f
dgelessus
authored
Apr 20, 2022
16ce887f
Reimplement clone methods using copy constructors
· b324cf25
dgelessus
authored
Apr 20, 2022
b324cf25
Apr 19, 2022
Deprecate no longer used Analysis.(getIn|setIn|getOut|setOut)
· f2cb6186
dgelessus
authored
Apr 19, 2022
f2cb6186
Replace use of getOut/setOut in ConstructNFA
· 79128eb9
dgelessus
authored
Apr 19, 2022
79128eb9
Remove unused field ConstructNFA.i
· e3eff070
dgelessus
authored
Apr 19, 2022
e3eff070
Apr 08, 2022
Replace use of getOut/setOut in InternalTransformationsToGrammar
· 2f7d1e48
dgelessus
authored
Apr 8, 2022
2f7d1e48
Replace remaining tab indents in generated code
· 32b64243
dgelessus
authored
Apr 8, 2022
32b64243
Replace remaining tab indents in non-generated code
· c13827a2
dgelessus
authored
Apr 8, 2022
c13827a2
Apr 07, 2022
Fix misspelled defaultCase override in ResolveIds
· b40f46b5
dgelessus
authored
Apr 7, 2022
b40f46b5
Use generics in many simple cases
· 635744ba
dgelessus
authored
Apr 7, 2022
635744ba
Use generics in CharSet
· a5ebd0bd
dgelessus
authored
Apr 7, 2022
a5ebd0bd
Apr 06, 2022
Use generics in Symbol and related classes
· d3a453a8
dgelessus
authored
Apr 6, 2022
d3a453a8
Use generics in LR0Item and related classes
· 4aa1448e
dgelessus
authored
Apr 6, 2022
4aa1448e
Remove another no longer needed clone cast
· a87f7c48
dgelessus
authored
Apr 6, 2022
a87f7c48
Generate properly typed clone methods in productions
· e9d98c4e
dgelessus
authored
Apr 6, 2022
e9d98c4e
Remove no longer needed casts after clone calls
· 4590b17b
dgelessus
authored
Apr 6, 2022
4590b17b
Use covariant return types in non-generated clone methods
· a7664fcb
dgelessus
authored
Apr 6, 2022
a7664fcb
Use covariant return types in clone method tempates
· fa324d52
dgelessus
authored
Apr 6, 2022
fa324d52
Loading