Parse all the C expressions
- Dominant language
- C#
- Stars
- 451
- Forks
- 49
- Avg merge
- 13h 59m
- Merged PRs (30d)
- 6
Description
We should fully implement the following section of the C standard:
- [ ] 6.5 Expressions
- [ ] 6.5.1 Primary expressions
- [x] 6.5.2 Postfix operators
- [ ] 6.5.3 Unary operators
- [x] 6.5.4 Cast operators
- [x] 6.5.5 Multiplicative operators
- [x] 6.5.6 Additive operators
- [x] 6.5.7 Bitwise shift operators
- [x] 6.5.8 Relational operators
- [x] 6.5.9 Equality operators
- [x] 6.5.10 Bitwise AND operator
- [x] 6.5.11 Bitwise exclusive OR operator
- [x] 6.5.12 Bitwise inclusive OR operator
- [x] 6.5.13 Logical AND operator
- [x] 6.5.14 Logical OR operator
- [x] 6.5.15 Conditional operator
- [x] 6.5.16 Assignment operators
- [x] 6.5.17 Comma operator
Look for the number `207` in the code to find clues to resolve this issue.
Contributor guide
Assessment
This issue has not been assessed yet.