Parser calls ParseDataSection

This commit is contained in:
Sasha Koshka
2022-08-15 15:09:07 -04:00
parent 8b28fe5a4c
commit 614b5664fc
3 changed files with 12 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ type SyntaxTree struct {
author string
requires []string
dataSections []DataSection
dataSections map[string] *DataSection
}
// Identifier represents a chain of arguments separated by a dot.