aboutsummaryrefslogtreecommitdiff
path: root/Sources/WmapParser/ParserContext/LineParserContext.swift
blob: c823383293c17848fec88680425351bf8b4c5714 (plain)
1
2
3
4
5
6
7
extension WmapParser {
    struct LineParserContext {
        var components: [Component]
            var dependencies: [Dependency]
            var keywordContext: KeywordParserContext
    }
}