StmtList parseStmtList(String input) => grammar.build(start: grammar.stmtList).end().parse(input).value;