Skip to content

Ambiguous arguments #2

Description

@lazzy-cipher

In these lines of the grammar, it is unclear whether, while in arguments, a (b) are two separate arguments, or a function call:

COMMA? ::= ,
COMMA? ::= ''

ARGS? ::= EXPR ARG_NEXT*
ARGS? ::= ''
ARG_NEXT* ::= COMMA? EXPR ARG_NEXT*
ARG_NEXT* :: ''

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