Piotr Winter

Results 27 comments of Piotr Winter

The custom lexer is now an official feature, you can easily integrate ctre.

The problem is that the parser is supposed to be a constexpr object. This is the whole idea behind the library. Now there are some problems: - I need to...

Heap allocation is not constexpr in c++17, which this library is demanding at the moment, so this fix is not an option. Simply change the maximum number of constexpr operations,...

For sure. I have ideas. There is a branch called 'term_groups' which is not building for Windows (no idea why, probably a msvc compiler bug) which allows for grouping similar...

Can you set verbose to true in parse_options? See the output what actually happens?

You found a bug. The regex to finite state machine conversion code looks like spaghetti, and concatenation for some reason is not unit tested at all.