diff options
| author | Ákos Kőrösi <korakos99@gmail.com> | 2026-05-21 19:11:09 +0200 |
|---|---|---|
| committer | Ákos Kőrösi <korakos99@gmail.com> | 2026-05-21 19:11:09 +0200 |
| commit | 7d2348ece9b72cecd4d5417a4e39ee705c349e0a (patch) | |
| tree | a2df777b505fa179e94d8787cf40abd582ecf56f /src/syntax.h | |
| parent | c7115f26c54eeb436e5d8199814c51055eec707d (diff) | |
start building for dollar expansions
Diffstat (limited to 'src/syntax.h')
| -rw-r--r-- | src/syntax.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/syntax.h b/src/syntax.h index a0ccfac..12293ae 100644 --- a/src/syntax.h +++ b/src/syntax.h @@ -63,6 +63,8 @@ typedef struct { } as; } Chunk; +DECLARE_MAYBE(Chunk, MaybeChunk) + DECLARE_VEC(Chunk, Word) |
