diff options
| author | Zuhaitz <zuhaitz.zechhub@gmail.com> | 2026-01-13 14:50:43 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-13 14:50:43 +0000 |
| commit | 7eb91d69beb19da7a7cb7ac84625f701890ce6eb (patch) | |
| tree | 4b86f4ad20a66b0e984feb4d5a2abaf6eaa1227f /src/ast | |
| parent | 8fc9c88304fde65d6c3a619c3aee7e6e00540695 (diff) | |
| parent | 856267f36e60211ba537d63a80c5d36aa4436a4f (diff) | |
Merge branch 'main' into pr-34-testing
Diffstat (limited to 'src/ast')
| -rw-r--r-- | src/ast/ast.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ast/ast.h b/src/ast/ast.h index 8c5bff4..1e14369 100644 --- a/src/ast/ast.h +++ b/src/ast/ast.h @@ -416,6 +416,8 @@ struct ASTNode struct { char *content; + char **used_symbols; + int used_symbol_count; } raw_stmt; struct |
