donet_core::parser

Type Alias InputFile

source
pub(crate) type InputFile = (String, String);
Expand description

Tuple that represents an input file for the DC parser. The first item is the filename, the second item is the file content.