On Fri Feb 14 15:25:22 2025 +0000, Esme Povirk wrote:
Can you split up the patch "windowscodecs/metadata: Split up query parsing into helpers according to the query grammar"? I feel that a lot of the rework could be done while keeping the `get_token` interface intact, even if it doesn't survive to the end.
Ok, I’ll see how difficult it would be. It’s probably could be used in place of add_component() during such transition. What I definitely want to get rid of is recursive calls to get_token() at the end, and other simplifications.