[WIP] Start implementing support for lambda parsing
This commit is contained in:
@@ -26,6 +26,7 @@ import {Prefix} from "./prefix.js";
|
||||
import {Quote} from "./quote.js";
|
||||
import {Redo} from "./redo.js";
|
||||
import {Replace} from "./replace.js";
|
||||
import {Reverse} from "./rev.js";
|
||||
import {RSub} from "./rsub.js";
|
||||
import {Show} from "./show.js";
|
||||
import {Split} from "./split.js";
|
||||
@@ -46,11 +47,13 @@ import {Sort} from "./sort.js";
|
||||
import {Set} from "./set.js";
|
||||
import {Assign} from "./assign.js";
|
||||
import {Zip} from "./zip.js";
|
||||
import {Concat} from "./concat.js";
|
||||
|
||||
export type Commands = Command<CommandData>[]
|
||||
export const commands: Commands = [
|
||||
new Assign,
|
||||
new Clear,
|
||||
new Concat,
|
||||
new Contains,
|
||||
new Copy,
|
||||
new Drop,
|
||||
@@ -79,6 +82,7 @@ export const commands: Commands = [
|
||||
new Quote,
|
||||
new Redo,
|
||||
new Replace,
|
||||
new Reverse,
|
||||
new RSub,
|
||||
new RunFile,
|
||||
new Save,
|
||||
|
||||
Reference in New Issue
Block a user