diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-25 14:36:51 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-25 14:36:51 -0400 |
| commit | 6c134dd340e24e6247a9ca5a03a7c47c27c3d34f (patch) | |
| tree | 108fb3a41159c55bbf245d0e524f4b4b0f98a14d /src/ast.h | |
| parent | 15f3227ae693b6b9c07f8a89909faaff297ceb9a (diff) | |
More formatter functionality
Diffstat (limited to 'src/ast.h')
| -rw-r--r-- | src/ast.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -90,6 +90,7 @@ typedef enum { } type_ast_e; typedef struct tag_ast_s { + const char *start, *end; const char *name; arg_ast_t *fields; struct tag_ast_s *next; |
