cmargiotta/e-regex

Regex expression triggers greedy quantifier

Opened this issue · 0 comments

static constexpr e_regex::regex<R"((-?\d+)\.?(\d*))"> matcher;

Checking the generated ast, greedy nodes are used.