1pub(crate) struct LocalVariable { 2 pub(crate) name: String, 3 pub(crate) start_program_counter: i64, 4 pub(crate) end_program_counter: i64, 5}