Skip to content

Combinators that would return an ignored combinator, should also be ignored. #1

@moxvallix

Description

@moxvallix

For example:

define_combinator :ignored_lit do |string|
	lit(string, ignored: true)
end

ignored_lit("_").ignored # is false

The returned Parsby instance should be set to ignored = true.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions