Function dfir_lang::graph::build_hfcode  
source ยท pub fn build_hfcode(
    hf_code: HfCode,
    root: &TokenStream,
) -> (Option<(DfirGraph, TokenStream)>, Vec<Diagnostic>)Expand description
The main function of this module. Compiles a HfCode AST into a DfirGraph and
source code, or Diagnostic errors.