Skip to content

Parenthesis Causes Parser to Load Boolean Expression Even if Disabled #3

Description

@jasonpepper

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions