UNPKG

@composita/il

Version:

Composita language IL.

7 lines 178 B
export class Instruction { constructor(code, ...args) { this.code = code; this.arguments = new Array(...args); } } //# sourceMappingURL=instruction.js.map