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
The function "parser_read_paren" calls the function "parser_read_boolean_or" regardless of whether or not PARSER_EXCLUDE_BOOLEAN_OPS is defined. It should call the function "parser_read_expr" instead.