RefineAsm: Operator precedence review
Open
- Dominant language
- Rust
- Stars
- 395
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
e.g.
```
build_set $ (lk_entry : create_list(LoginKey))
```
vs:
```
build_set $ lk_entry : create_list(LoginKey)
```
Contributor guide
No contributing guide indexed for this repository
Research direction
No source file or test entry point is named. Locate RefineAsm's parser and any precedence tests, compare the two examples, and establish the intended grouping before adding coverage that demonstrates the chosen behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100