From aaf2ae7693e2b48358f7d3007aca9f0cb5f4950f Mon Sep 17 00:00:00 2001 From: c Date: Sat, 16 Mar 2024 10:59:12 -0400 Subject: Can print multiple string variables. --- src/include/doer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/doer.h b/src/include/doer.h index 00c3c19..314edc3 100644 --- a/src/include/doer.h +++ b/src/include/doer.h @@ -47,7 +47,7 @@ typedef struct BLINF { } blinf_t; void doer_add_target(doer_t* doer, target_t* target); - +tree_t* doer_find_target_from_call(target_t* targetl, tree_t* call); // Given a tree, evaluate it to a string (or type error). char* doer_eval_str(doer_t* doer); -- cgit v1.2.3