diff options
| author | Ákos Kőrösi <korakos99@gmail.com> | 2026-05-12 15:14:24 +0200 |
|---|---|---|
| committer | Ákos Kőrösi <korakos99@gmail.com> | 2026-05-12 15:14:24 +0200 |
| commit | 32babee5145bb0248566960a69b674484deb3f94 (patch) | |
| tree | 8180b6a10b0c8b20bacd4d63bebe4fd731014f75 /parse.h | |
| parent | ce7bc08b1db6011a82b27dbccf4e5502b948a820 (diff) | |
fixes
Diffstat (limited to 'parse.h')
| -rw-r--r-- | parse.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -42,7 +42,10 @@ typedef struct { Connector conn; } PipelineElement; - DECLARE_VEC(PipelineElement, Pipeline) +Pipeline parse_tokstream(TokenVec toks); + + + |
