[WIP] Implement parsing for lambdas + start implementing call
This commit is contained in:
@@ -48,10 +48,12 @@ import {Set} from "./set.js";
|
||||
import {Assign} from "./assign.js";
|
||||
import {Zip} from "./zip.js";
|
||||
import {Concat} from "./concat.js";
|
||||
import {Call} from "./call.js";
|
||||
|
||||
export type Commands = Command<CommandData>[]
|
||||
export const commands: Commands = [
|
||||
new Assign,
|
||||
new Call,
|
||||
new Clear,
|
||||
new Concat,
|
||||
new Contains,
|
||||
|
||||
Reference in New Issue
Block a user