Low-allocation parsers and tokenizers for selectors, binding paths, markup fragments, and helper text parsing.
<PackageReference Include="XamlToCSharpGenerator.MiniLanguageParsing" Version="x.y.z" />
This package contains the low-level tokenizers and semantic helpers behind:
Use it when you want these parsers without taking the full compiler host.
It exists separately so selector, binding-fragment, and markup parsing can be optimized and tested independently from the larger compiler host.