From a5a26f986b6d34269c17f45a98625979da3b7136 Mon Sep 17 00:00:00 2001 From: Ákos Kőrösi Date: Wed, 20 May 2026 23:59:56 +0200 Subject: work on redesign --- redes/syntax.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'redes/syntax.h') diff --git a/redes/syntax.h b/redes/syntax.h index 70cfe22..b78d4fa 100644 --- a/redes/syntax.h +++ b/redes/syntax.h @@ -154,6 +154,12 @@ struct PlCommand { }; DECLARE_VEC(PlCommand, Pipeline) +DECLARE_VEC(Pipeline, PipelineVec) + +typedef struct { + PipelineVec pl_pool; + Pipeline* root; +} PipelineTree; -- cgit v1.2.3