aboutsummaryrefslogtreecommitdiff
path: root/ast.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-02-24 15:24:44 -0500
committerBruce Hill <bruce@bruce-hill.com>2024-02-24 15:24:44 -0500
commit106704b9564b50e95dfce50b7a7471e73b64a78e (patch)
tree509e94ff49f76c9c2edc75c20fe1da9bfd600912 /ast.h
parentc7470346457550467bafd9199185c5d0e8481f02 (diff)
Improve enums with metamethods
Diffstat (limited to 'ast.h')
-rw-r--r--ast.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ast.h b/ast.h
index 4200fc08..254ac53a 100644
--- a/ast.h
+++ b/ast.h
@@ -57,6 +57,7 @@ typedef struct tag_ast_s {
const char *name;
arg_ast_t *fields;
int64_t value;
+ bool secret:1;
struct tag_ast_s *next;
} tag_ast_t;