Skip to content

Add piping from one process to another

Michael Aaron Murphy requested to merge skylerberg:pipes into master

Created by: skylerberg

This required some minor changes to the grammar which propagated through the rest of the code base. When using a pipeline builtin functions are ignored at this time. The logic for executing commands was updated into an undesirable state because of the complications with builtins. Piping logic was added in a new file.

Merge request reports