You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this predicate the simple C expression (not statement) is
evaluated immediately when the parser reaches the predicate. If
the expression yields non-zero (true) the 'match' succeeds and
the parser continues with the next element in the pattern. If
the expression yields zero (false) the 'match' fails and the
parser backs up to look for an alternative parse of the input.
&{ expression }
Via http://piumarta.com/software/peg/peg.1.html,
The text was updated successfully, but these errors were encountered: