astilectron icon indicating copy to clipboard operation
astilectron copied to clipboard

Type generation of structs

Open tizu69 opened this issue 2 years ago • 2 comments

is there some type generator? I tried using tygo, but that got it's quirks, like generating

struct bla {
  Nested
}

as bla.Nested.propName but this refers to them as bla.propName

tizu69 avatar Dec 14 '23 07:12 tizu69

Mmm I've no idea, I don't use any type generator

asticode avatar Dec 14 '23 08:12 asticode

I could probs do the same, but dynamic typing just isn't the same

tizu69 avatar Dec 14 '23 08:12 tizu69