public new static Stmt Match() => Check('}') ? Null : new Stmts(Stmt.Match(), Match());
private Stmts(Stmt s1, Stmt s2) { stmt1 = s1; stmt2 = s2; }