diff --git a/src/parser/parser.cpp b/src/parser/parser.cpp index 88f2a9f0..07b97bb4 100644 --- a/src/parser/parser.cpp +++ b/src/parser/parser.cpp @@ -24,6 +24,7 @@ #include #include +// String operators (e.g. AND, OR, NOT) can't be followed by [A-z0-9_]. #define string_operator_t(s) seq< pegtl_istring_t(s), not_at< identifier_other > > using namespace pegtl;