Skip to content

||| should resolve a tie by choosing this parser rather than q #72

Closed
@jeffrey-aguilera

Description

@jeffrey-aguilera

if (next2.pos < next1.pos) should be if (next2.pos <= next1.pos) (or equivalently if (next1.pos >= next2.pos), which I feel is more readable and consistent with the specification that the ''longest'' is chosen.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions