UNPKG

js-slang

Version:

Javascript-based implementations of Source, written in Typescript

13 lines 592 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getMainCommand = void 0; const extra_typings_1 = require("@commander-js/extra-typings"); const svmc_1 = require("./svmc"); const repl_1 = require("./repl"); const transpiler_1 = require("./transpiler"); const getMainCommand = () => new extra_typings_1.Command() .addCommand((0, svmc_1.getSVMCCommand)()) .addCommand((0, transpiler_1.getTranspilerCommand)()) .addCommand((0, repl_1.getReplCommand)(), { isDefault: true }); exports.getMainCommand = getMainCommand; //# sourceMappingURL=main.js.map