pub fn build_dfir_code(
dfir_code: DfirCode,
root: &TokenStream,
) -> Result<BuildDfirCodeOutput, Diagnostics>Expand description
The main function of this module. Compiles a DfirCode AST into a DfirGraph and
source code, or Diagnostic errors.