aboutsummaryrefslogtreecommitdiff
path: root/environment.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-03-17 15:26:25 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-03-17 15:26:25 -0400
commita0faef71028f78bde11233d76673ce8da2f5f783 (patch)
treeb5924af3a992536052993f85dd439a9eb9e98d3f /environment.h
parent1647fb4bed03fe5e3d0332049c73fb21a48ef05f (diff)
Support nested comprehensions
Diffstat (limited to 'environment.h')
-rw-r--r--environment.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/environment.h b/environment.h
index 7beb7e12..49d15a19 100644
--- a/environment.h
+++ b/environment.h
@@ -35,6 +35,7 @@ typedef struct {
fn_ctx_t *fn_ctx;
loop_ctx_t *loop_ctx;
CORD scope_prefix;
+ const char *comprehension_var;
} env_t;
typedef struct {