pub(crate) type InputFile = (String, String);
Tuple that represents an input file for the DC parser. The first item is the filename, the second item is the file content.