azhzx/qbe/util does not have a README file

    QbeError

    pub(all) suberror QbeError {
    ParseError(String, Int, String)
    CompileError(String)
    Ice(String)
    } derive(
    Debug
    )

    QbeError - corresponds to die_() in util.c

    Interner

    pub struct Interner {
    table : Map[String, Int]
    values : Array[String]
    }

    Interner::get

    fn Interner::get(self : Interner, id : Int) -> String

    Interner::intern

    fn Interner::intern(self : Interner, s : String) -> Int

    Interner::new

    fn Interner::new() -> Interner

    eprint

    async fn eprint(s : String) -> Unit

    fmt_fixed

    fn fmt_fixed(v : Double, prec : Int) -> String

    iprint

    async fn iprint(s : String) -> Unit

    lpad

    fn lpad(s : String, w : Int) -> String

    rpad

    fn rpad(v : Int, w : Int) -> String

    Powered by MoonBit

    Site sourceReport issuePackagesBuild queueSkillsStatistics

    © 2026 mooncakes.io