Added object sections to the tree for real lol
This commit is contained in:
@@ -12,6 +12,7 @@ type SyntaxTree struct {
|
||||
|
||||
requires []string
|
||||
typeSections map[string] *TypeSection
|
||||
objtSections map[string] *ObjtSection
|
||||
dataSections map[string] *DataSection
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user