Closed oodler577 closed 11 months ago
I guess me using "not in" as a segment in the grammar file wasn't the best choice.
Is "not in " an option?
It's a containment test operator, the inverse of in
. It checks if a byte is not in a string, for example. You could also write not(x in y)
but x not in y
reads nicer.
Reproduce,
However, the following works:
if not insyncChar
seems to be creating a parsing error