extension WmapParser { struct KeywordParserContext { var stages: [Stage] var notes: [Note] var groups: [Group] var inertias: [Inertia] var evolutions: [Evolution] } }