From a79e558d825c5b777c95c5e098b01391ee36781e Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Wed, 15 Nov 2023 22:38:46 +0100 Subject: parser: parse struct type declarations Recursive structs and embedded structs are not supported yet. --- parser/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parser/README.md') 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 -- cgit v1.2.3