Created base for type section parsing
This commit is contained in:
@@ -11,6 +11,7 @@ type SyntaxTree struct {
|
||||
author string
|
||||
|
||||
requires []string
|
||||
typeSections map[string] *TypeSection
|
||||
dataSections map[string] *DataSection
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user