diff options
| author | Ákos Kőrösi <korakos99@gmail.com> | 2026-05-18 12:07:40 +0200 |
|---|---|---|
| committer | Ákos Kőrösi <korakos99@gmail.com> | 2026-05-18 12:07:40 +0200 |
| commit | c871db694f849075dd3f6637abd424272f112af5 (patch) | |
| tree | 54f9b54d93ccdc3e8d62acbdf9d9b6dca56ec4ab /parse.h | |
| parent | b4f4959d8401af0b68cc00ba199a6ef73cab21e5 (diff) | |
adjust parsing for the lex redesign
Diffstat (limited to 'parse.h')
| -rw-r--r-- | parse.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ typedef struct { DECLARE_VEC(PipelineElement, Pipeline) -Pipeline parse_tokstream(TokenVec toks); +Pipeline parse_tokstream(Token* tokstream); |
