UNPKG

cil-lexer

Version:
12 lines 535 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MOOT = -1; function OPDEF(tag, name, pop, push, type, kind, length, value1, value2, flow) { return { tag, name, pop, push, type, kind, length, value1, value2, flow }; } exports.OPDEF = OPDEF; function OPALIAS(tag, baseTag, name, pop, push, type, kind, length, value1, value2, flow) { return { tag, baseTag, name, pop, push, type, kind, length, value1, value2, flow }; } exports.OPALIAS = OPALIAS; //# sourceMappingURL=opcode.js.map