Added object sections to the tree for real lol

This commit is contained in:
Sasha Koshka
2022-08-20 13:24:56 -04:00
parent 790e7e632e
commit cb2264977a
2 changed files with 10 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ type SyntaxTree struct {
requires []string
typeSections map[string] *TypeSection
objtSections map[string] *ObjtSection
dataSections map[string] *DataSection
}