mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-10 13:47:05 +00:00
Include comment about string_operator_t
This commit is contained in:
parent
db7cfc0f5d
commit
cfc96995b4
@ -24,6 +24,7 @@
|
|||||||
#include <pegtl/analyze.hh>
|
#include <pegtl/analyze.hh>
|
||||||
#include <pegtl/trace.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 > >
|
#define string_operator_t(s) seq< pegtl_istring_t(s), not_at< identifier_other > >
|
||||||
|
|
||||||
using namespace pegtl;
|
using namespace pegtl;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user