const CurrentMapping = struct
const CurrentMapping = struct { line_num: usize = 1, filename: std.ArrayList(u8) = .empty, pending: bool = true, ignore_contents: bool = false, }