EdgeRhs parseEdgeRhs(String input) => grammar.build(start: grammar.edgeRhs).end().parse(input).value;