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