Altered tree so that object members are stored in an array

This commit is contained in:
Sasha Koshka
2022-08-24 20:09:57 -04:00
parent 777c8df6a4
commit 067bf2f4df
3 changed files with 5 additions and 4 deletions

View File

@@ -192,8 +192,7 @@ type ObjtSection struct {
inherits Identifier
permission types.Permission
// TODO: order matters here we need to store these in an array
members map[string] ObjtMember
members []ObjtMember
}
type EnumMember struct {