@override Object? visitGotoStmt(GotoStmt stmt) { // TODO: suffer addDiagnostic( 'Semantics skipped the following statement: goto ${stmt.expr.token.lexeme}', ); return null; }