From a0faef71028f78bde11233d76673ce8da2f5f783 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 17 Mar 2024 15:26:25 -0400 Subject: Support nested comprehensions --- environment.h | 1 + 1 file changed, 1 insertion(+) (limited to 'environment.h') 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 { -- cgit v1.2.3