summaryrefslogtreecommitdiff
path: root/parser/README.md
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2023-11-15 22:38:46 +0100
committerMarc Vertes <mvertes@free.fr>2023-11-15 22:38:46 +0100
commita79e558d825c5b777c95c5e098b01391ee36781e (patch)
tree977e5131eee46197a6e72377a168df23ca356948 /parser/README.md
parenta4d7fb2da6a8390b818dae8d07391c7d76e365e9 (diff)
parser: parse struct type declarations
Recursive structs and embedded structs are not supported yet.
Diffstat (limited to 'parser/README.md')
-rw-r--r--parser/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser/README.md b/parser/README.md
index 6f3b6dd..3fbbf61 100644
--- a/parser/README.md
+++ b/parser/README.md
@@ -40,7 +40,7 @@ Go language support:
- [x] function types
- [ ] variadic functions
- [ ] pointers
-- [ ] structures
+- [x] structures
- [ ] embedded structures
- [ ] recursive structures
- [ ] interfaces