Right associativity
Open
- Dominant language
- C++
- Stars
- 512
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
By making the right operator higher precedence than the left one, right associativity can be made. [Parentheses suck, obviously. :P ]
Contributor guide
No contributing guide indexed for this repository
Research direction
Review the project's existing named-operator definitions and how operator precedence is represented. Determine whether assigning the right operator higher precedence than the left can provide right associativity without parentheses, then verify the behavior with representative expressions. Done means right-associative expressions work as requested.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100