Identity Bridge
URL parsing / route splitting
=
Tokenization
Signal Ward // Bridge #33
The connection
Both break continuous input into discrete structured parts. A URL parser splits /path/:param/ into segments; a tokenizer splits text into tokens. Same operation, different input.
Why "Identity"?
Identity bridges are the same concept in both domains. The code is identical or nearly identical.