Skip to content

Fix precedence of operators #12

@BenchR267

Description

@BenchR267

Currently there are parenthesis needed in the following example:

let ab = (char("a") ~ char("b")) ^^ { String([$0, $1]) }

That should not be needed because ^^ should have a higher precedence than ~.

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