Skip to content

Easier punctuation and keyword parsing #225

@dtolnay

Description

@dtolnay

Currently parsing punctuation looks like syn!(ShlEq) and parsing a keyword looks like syn!(Default_). I would much rather write punct!(<<=) and keyword!(default) instead -- and have that produce the correct struct type without me having to look up its name.

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