diff options
author | c | 2024-03-16 10:59:12 -0400 |
---|---|---|
committer | c | 2024-03-16 10:59:12 -0400 |
commit | aaf2ae7693e2b48358f7d3007aca9f0cb5f4950f (patch) | |
tree | 7bda5c35f11ff7e76116c123ffb40cc4aa470501 /src/include | |
parent | 8848b46c2873faa019f96b0194237745a80f78f2 (diff) |
Can print multiple string variables.
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/doer.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |