calyx_ir::from_ast

Function ast_to_ir

Source
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.