Skip to content

Incorrect parsing parens indiscriminately removed #125

Description

@cohler

But luaparse takes the following expression,

(a & b) >> c

removes the parens, and changes it to

a&b>>c

WHICH IS NOT EQUIVALENT

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