UNPKG

@composita/il

Version:

Composita language IL.

11 lines 313 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Instruction = void 0; class Instruction { constructor(code, ...args) { this.code = code; this.arguments = new Array(...args); } } exports.Instruction = Instruction; //# sourceMappingURL=instruction.js.map