Function customasm::asm::parser::parse_many_and_resolve_includes

source ยท
pub fn parse_many_and_resolve_includes<S>(
    report: &mut Report,
    fileserver: &mut dyn FileServer,
    root_filenames: &[S]
) -> Result<AstTopLevel, ()>
where S: Borrow<str>,