pub fn compile_for_debugger( src: &[Statement], flag: &Flag, ) -> Result<(DebugInfo, Vec<(String, Vec<Statement>)>), String>