Snapshotmain · 3876934
Source text becomes a typed pipeline whose commands transform values, streams, and external process output.
Click a building or route
System map7 components · 8 connections
130%
Connections
BuildingsEntryServiceComputeStorageRuntimeToolingExternal
Terms, in plain English
PipelineDataThe runtime carrier for values, list streams, byte streams, and their metadata.
How to study this repo
- 1Parse one line
Follow a pipeline from REPL input into parser blocks and expressions.
- 2Track one value
See PipelineData leave a built-in and become the next call's input.
- 3Cross a boundary
Compare plugin dispatch with a conventional external process call.