Skip to content

Add a seq function for SequenceParser #117

@drhagen

Description

@drhagen

The a & b operator requires a lot of magic to work and some things are strictly impossible to detect (e.g. (a & b) & c is length 3 instead of length 2, while x = a & b; x & c is length 2). There should at least be the option to parse a sequence of tokens without using the magic operator, just like longest exists as an alternative to a | b.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions