From cf3d41273f89ae713a828b5d1bc5f194b39b482f Mon Sep 17 00:00:00 2001
From: Arun Isaac
Date: Sat, 6 Mar 2021 02:21:29 +0530
Subject: Implement pipeline support.
* ccwl/ccwl.scm (%stdin, %stdout): New variables.
(pipeline): New function.
---
ccwl/ccwl.scm | 40 +++++++++++++++++++++++++++++++++++++++-
1 file changed, 39 insertions(+), 1 deletion(-)
diff --git a/ccwl/ccwl.scm b/ccwl/ccwl.scm
index b1425f8..e49225a 100644
--- a/ccwl/ccwl.scm
+++ b/ccwl/ccwl.scm
@@ -12,7 +12,8 @@
workflow
input
output
- step))
+ step
+ pipeline))
(define-immutable-record-type
(make-input id type label default binding source other)
@@ -48,6 +49,11 @@
"Build and return an