summaryrefslogtreecommitdiff
path: root/parser/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'parser/README.md')
-rw-r--r--parser/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/parser/README.md b/parser/README.md
index ba2f15c..9f40e77 100644
--- a/parser/README.md
+++ b/parser/README.md
@@ -39,14 +39,14 @@ Go language support:
- [ ] complete numeric types
- [x] function types
- [ ] variadic functions
-- [ ] pointers
+- [x] pointers
- [x] structures
- [ ] embedded structures
- [ ] recursive structures
-- [ ] literal composite objects
+- [x] literal composite objects
- [ ] interfaces
- [x] arrays, slices
-- [ ] maps
+- [x] maps
- [ ] deterministic maps
- [ ] channel types
- [ ] channel operations