mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-17 09:06:26 +00:00
Include comment about string_operator_t
This commit is contained in:
parent
56b0871a26
commit
ea697f9904
@ -24,6 +24,7 @@
|
||||
#include <pegtl/analyze.hh>
|
||||
#include <pegtl/trace.hh>
|
||||
|
||||
// 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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user