Add prefix, postfix and ternary operators
Open
enhancement
model
- Dominant language
- Swift
- Stars
- 34
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Another thing for the wishlist. Ternaries might be tricky to parse, we'll have to see how well that plays with our precedence climbing parser.
- [x] Prefix operators
- [ ] Postfix operators (only calls and trailing blocks currently)
- [ ] Ternary operator
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.