azhzx/qbe/interp does not have a README file

    InterpValue

    pub(all) enum InterpValue {
    VVoid
    VInt(Int64)
    VFloat(Float)
    VDouble(Double)
    } derive(Eq,
    Debug
    )

    run_module

    fn run_module(funcs : Array[
    Fn
    ], datas : Array[
    Dat
    ], interner :
    Interner
    , entry : String, args : Array[InterpValue], max_steps? : Int, max_depth? : Int, hook? : (String, Array[InterpValue]) -> InterpValue??) -> Result[(InterpValue, String),
    QbeError
    ]

    Powered by MoonBit

    Site sourceReport issuePackagesBuild queueSkillsStatistics

    © 2026 mooncakes.io