Skip to content

Proposal: Use ellipsis to define operator precedence/group expressions #328

@holly-cummins

Description

@holly-cummins

Satriani has some difficulty parsing My world is nothing without your love (#326). I think this may be, under the covers, a precedence thing, because it gets parsed as "my world is nothing" and then the "without your love" is hanging around on the end and confusing the parser.

Parentheses can't be used to group arithmetic expressions, because they're used for comments. But what about using ellipsis for grouping? Ellipsis are often used in song lyrics, and they seem to map nicely to the intention here. For example:

My world is ... nothing without your love

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions