Regex constants ported from LanguageParser.cs:32-34, 36. Each
Lazy<Regex> corresponds to a private static readonly Regex
in C#. Where the C# pattern uses a feature Rust regex lacks
(duplicate named groups, lookarounds), the Rust regex is the
structural superset and a sibling helper applies the missing
constraint post-match. See the file header for the complete list.