lang: ast, funcs: Start plumbing through the textarea

We need to get these everywhere and this is a start.
This commit is contained in:
James Shubin
2025-06-06 02:54:00 -04:00
parent 32e91dc7de
commit 1df28c1d00
8 changed files with 38 additions and 0 deletions

View File

@@ -53,6 +53,8 @@ const (
// The arguments are connected to the received FuncValues in such a way that
// CallFunc emits the result of applying the function to the arguments.
type CallFunc struct {
interfaces.Textarea
Type *types.Type // the type of the result of applying the function
FuncType *types.Type // the type of the function
EdgeName string // name of the edge used