@composita/il
Version:
Composita language IL.
14 lines • 360 B
JavaScript
export class IL {
constructor() {
this.entryPoints = new Array();
this.components = new Array();
this.interfaces = new Array();
}
}
export * from './builtin';
export * from './descriptor';
export * from './enums';
export * from './instruction';
export * from './opcode';
export * from './syscall';
//# sourceMappingURL=il.js.map