Closed kyle-figure closed 1 year ago
The following struct causes a parsing error:
struct A { x = 0 }
Technically, it does, but a struct can't start with a capital letter.
a valid key must follow the following regex: [a-z][a-zA-Z0-9_]+
[a-z][a-zA-Z0-9_]+
The following struct causes a parsing error: