Skip to content

How to parse “anything that is not this Token or that Token” #1

@notramo

Description

@notramo

There are several tokens and Parsers, e.g. single_quoted_string, double_quoted_string, semicolon, etc.
How to parse any char that is not the start of these?

It would be basically #none_of, but with Parser, not Token. Or maybe some combination of #not_ahead?

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