pub fn read_source<P: AsRef<Utf8Path>>(
fname: P,
options: &ParserOptions,
) -> Result<String, AssemblerError>
Expand description
Read the content of the source file. Uses the context to obtain the appropriate file other the included directories