diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-02-24 15:24:44 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-02-24 15:24:44 -0500 |
| commit | 106704b9564b50e95dfce50b7a7471e73b64a78e (patch) | |
| tree | 509e94ff49f76c9c2edc75c20fe1da9bfd600912 /ast.h | |
| parent | c7470346457550467bafd9199185c5d0e8481f02 (diff) | |
Improve enums with metamethods
Diffstat (limited to 'ast.h')
| -rw-r--r-- | ast.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |
