diff options
Diffstat (limited to 'parser/README.md')
| -rw-r--r-- | parser/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/parser/README.md b/parser/README.md index e5e2d53..23c23b8 100644 --- a/parser/README.md +++ b/parser/README.md @@ -72,19 +72,19 @@ Go language support: - [ ] unary operators - [ ] logical operators && and || - [ ] assign operators -- [ ] operator precedence +- [x] operator precedence rules - [x] parenthesis expressions - [x] call expressions - [ ] index expressions - [ ] selector expressions -- [ ] type conversions +- [ ] type convertions - [ ] type assertions - [ ] parametric types (generic) - [ ] type parametric functions (generic) - [ ] type constraints (generic) - [ ] type checking - [ ] comment pragmas -- [ ] packages import +- [ ] package import - [ ] modules Other items: |
