![]() |
Spicy
|
Public Attributes | |
bool | no_sub = false |
bool | use_std |
Friends | |
bool | operator== (const Flags &a, const Flags &b) |
bool | operator!= (const Flags &a, const Flags &b) |
bool hilti::rt::regexp::Flags::no_sub = false |
if true, compile without support for capturing sub-expressions
bool hilti::rt::regexp::Flags::use_std |
if true, always use the standard matcher (for testing purposes; ignored if no_sub
is set)