You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(parser): add Pipe token for pipeline support (Phase 6 M3 Component 1)
- Add Token::Pipe variant to Token enum
- Tokenize '|' operator in tokenize() function
- Add placeholder error for pipelines in parse_command()
- Add 3 unit tests for pipe tokenization
- All 93 tests passing (47 unit + 27 integration + 19 property)
Part of Phase 6 Milestone 3: Pipeline implementation
0 commit comments