2 Jan
2024
2 Jan
'24
11:39 p.m.
On Tue, Jan 2, 2024 at 1:28 PM Tobias Loew via Boost
Zach Laine wrote:
- use approximately the same set of directives to influence the parse (e.g. lexeme[]);
It seems there is no directive like Spirit's no_case. Is there a way to match case-insensitivity?
No, not yet, because I never implemented Unicode case folding. It's not hard to do though, so I will; I'll open a Github issue for this. Zach