Skip to content

Nested structures support #207

@XVilka

Description

@XVilka

To be able to do

[%%cstruct type struct_type1 = {
         a: uint8_t;
         b: uint32_t;
         c: uint8_t [@len 16];
} [@@little_endian]
]

[%%cstruct type struct_type2 = {
         d: uint64_t;
         q: uint32_t;
         r: struct_type1;
         s: uint32_t;
} [@@little_endian]
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions