View Source Nested.QueryParser (Nestex v0.3.0)
Parser for converting query strings into path lists.
Implemented as a small recursive-descent scanner over the input binary (walking it via function-head pattern matching) rather than regular expressions — this avoids fragile lookaheads for things like "split on dots, but not the ones inside brackets".
Summary
Functions
Parse a query string into a path list.