diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-03-17 15:26:25 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-03-17 15:26:25 -0400 |
| commit | a0faef71028f78bde11233d76673ce8da2f5f783 (patch) | |
| tree | b5924af3a992536052993f85dd439a9eb9e98d3f /environment.h | |
| parent | 1647fb4bed03fe5e3d0332049c73fb21a48ef05f (diff) | |
Support nested comprehensions
Diffstat (limited to 'environment.h')
| -rw-r--r-- | environment.h | 1 |
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 { |
