Skip to content

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

@jasonpepper

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.

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