tree-tostring is free of compiler errors

This commit is contained in:
2022-09-27 16:13:02 -04:00
parent cd9de16338
commit 26f887dfcc
2 changed files with 108 additions and 185 deletions

View File

@@ -154,6 +154,7 @@ type DataSection struct {
nameable
typeable
permissionable
valuable
external bool
}
@@ -164,6 +165,7 @@ type TypeSection struct {
nameable
typeable
permissionable
valuable
}
// EnumMember represents a member of an enum section.