Skip to content

Conversation

@scudette
Copy link
Contributor

@scudette scudette commented Aug 2, 2025

This makes it possible to get metadata on struct fields which are basic types like integers or strings.

It is now very simple to position a field immediately after another field, without needing to know the offset exactly.

[
  ["TestStruct", 0, [
     ["Field1", 2, "uint8"],
     ["Next", "x=>x.`@Field1`.RelEndOf", "uint16"],
  ]]
]

This makes it possible to get metadata on struct fields which are
basic types like integers or strings.

It is now very simple to position a field immediately after another
field, without needing to know the offset exactly.

```json
[
  ["TestStruct", 0, [
     ["Field1", 2, "uint8"],
     ["Next", "x=>x.`@Field1`.RelEndOf", "uint16"],
  ]]
]
```
@scudette scudette merged commit 821cec8 into master Aug 2, 2025
4 checks passed
@scudette scudette deleted the references branch August 2, 2025 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants