6 Jan
2024
6 Jan
'24
8:42 a.m.
On Tue, Jan 2, 2024 at 5:39 PM Zach Laine
On Tue, Jan 2, 2024 at 1:28 PM Tobias Loew via Boost
wrote: 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.
This is now available on master. Zach