Tree returns a section interface when given a name
This commit is contained in:
@@ -10,7 +10,9 @@ type SyntaxTree struct {
|
||||
license string
|
||||
author string
|
||||
|
||||
requires []string
|
||||
requires []string
|
||||
sections map[string] Section
|
||||
|
||||
typeSections map[string] *TypeSection
|
||||
objtSections map[string] *ObjtSection
|
||||
enumSections map[string] *EnumSection
|
||||
|
||||
Reference in New Issue
Block a user