1 2 3 4 5 6 7
struct KeywordParserContext { var stages: [Stage] var notes: [Note] var groups: [Group] var inertias: [Inertia] var evolutions: [Evolution] }