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* :: ''

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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