Re: [boost] Interest in new parsing library?
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?
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
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
participants (2)
-
tobiï¼ die-loews.de
-
Zach Laine