10#define REAL_CONFIG_HPP
constexpr std::size_t max_program_size
Maximum number of NFA instructions in a compiled program.
constexpr std::int32_t max_group_count
Maximum capture groups; bounds slot_count = 2 * (groups + 1).
constexpr std::int32_t max_lookaround_length
Maximum bytes a bounded lookaround sub-pattern may consume (its L_max). Bounds the per-position looka...
constexpr std::size_t max_dfa_states
Maximum DFA states (opt-in real::dfa). Subset construction is 2^NFA in the worst case; this caps it s...
constexpr std::int32_t max_repeat_count
Per-quantifier bounded-repeat cap, enforced at parse time.
constexpr std::int32_t max_nesting_depth
Maximum parser recursion depth; prevents stack overflow on deep nesting.
REAL's version macros and the C++20 language-standard guard.