Skip to content

wrong precedence parsing the length operation (#) #41

Closed
@tony-song

Description

@tony-song

#tab+1
is parsed to
LengthOp(AddOp(tab,1))

It should be
AddOp(LengthOp(tab), 1)

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