summaryrefslogtreecommitdiff
path: root/parser/README.md
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2023-11-20 11:00:51 +0100
committerMarc Vertes <mvertes@free.fr>2023-11-20 11:00:51 +0100
commit001ca51323a1a54c9b3db377f0783c330666c480 (patch)
tree7779e6b0c453f9f38bd5a24201011475f2b1f53a /parser/README.md
parentee21c324ce8c41b589e5a39e5715223ffd154315 (diff)
parser: add support for slices and arrays, parse index expressions
Diffstat (limited to 'parser/README.md')
-rw-r--r--parser/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/parser/README.md b/parser/README.md
index 6a1a0e0..eb65dcf 100644
--- a/parser/README.md
+++ b/parser/README.md
@@ -44,7 +44,7 @@ Go language support:
- [ ] embedded structures
- [ ] recursive structures
- [ ] interfaces
-- [ ] arrays, slices
+- [x] arrays, slices
- [ ] maps
- [ ] deterministic maps
- [ ] channel types
@@ -76,7 +76,7 @@ Go language support:
- [x] operator precedence rules
- [x] parenthesis expressions
- [x] call expressions
-- [ ] index expressions
+- [x] index expressions
- [x] selector expressions
- [ ] type convertions
- [ ] type assertions