Ticket #451 (new enhancement)
Opened 3 years ago
Add pattern-matching component type, its primitives and combinators
| Reported by: | blamario | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Combinators | Version: | 0.6 |
| Keywords: | Cc: |
Description
Splitters are not really the best choice for pattern-matching components. There should be a different component type for that purpose. It would still take one source and two sinks of the same type - one for the matching part of the input and the other for the consumed, but unmatched part - but it would not consume any input beyond what it needs to establish the match portion.
Note: See
TracTickets for help on using
tickets.
