But luaparse takes the following expression, (a & b) >> c removes the parens, and changes it to a&b>>c WHICH IS NOT EQUIVALENT
But luaparse takes the following expression,
(a & b) >> c
removes the parens, and changes it to
a&b>>c
WHICH IS NOT EQUIVALENT