org.qbicc.main.Backend Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qbicc-main Show documentation
Show all versions of qbicc-main Show documentation
The main entry point for Qbicc
package org.qbicc.main;
/**
* The possible backends for qbicc.
*/
public enum Backend {
llvm,
;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy