pub fn ast_to_ir(
workspace: Workspace,
config: AstConversionConfig,
) -> CalyxResult<Context>
Expand description
Construct an IR representation using a parsed AST and command line options.
pub fn ast_to_ir(
workspace: Workspace,
config: AstConversionConfig,
) -> CalyxResult<Context>
Construct an IR representation using a parsed AST and command line options.