AttrList parseAttrList(String input) => grammar.build(start: grammar.attrList).end().parse(input).value;