syntax role modifiers - #1835
Draft
jurgenvinju wants to merge 102 commits into
Draft
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #1835 +/- ##
========================================
- Coverage 45% 45% -1%
- Complexity 6801 6819 +18
========================================
Files 844 848 +4
Lines 68785 69424 +639
Branches 10023 10136 +113
========================================
+ Hits 31344 31469 +125
- Misses 35066 35575 +509
- Partials 2375 2380 +5 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
…d dead commented code
…avoid complex manual merge
… uses the new syntax for role modifiers too soon
|
DavyLandman
force-pushed
the
syntax-role-modifiers
branch
2 times, most recently
from
June 26, 2026 12:02
4b3b7e6 to
55b2a34
Compare
|
Had to regenerate the parser
jurgenvinju
commented
Aug 31, 2026
jurgenvinju
commented
Aug 31, 2026
| | modifier: SyntaxRoleModifier modifier | ||
| ; | ||
|
|
||
| syntax SyntaxRoleModifier // TODO @rodin zegt dat dit Type moet zijn en niet TypeArg |
jurgenvinju
commented
Aug 31, 2026
jurgenvinju
commented
Aug 31, 2026
| } | ||
| } | ||
|
|
||
| private static void $usage(String module, String error, Type kwargs) { |
jurgenvinju
commented
Aug 31, 2026
jurgenvinju
commented
Aug 31, 2026
jurgenvinju
commented
Aug 31, 2026
jurgenvinju
commented
Aug 31, 2026
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This PR implements syntax role modifiers.
SyntaxModifiers.pdf