Skip to content

Parse should implement FromStr #455

@JSAbrahams

Description

@JSAbrahams

Summary of current issue

The parse method is not very idiomatic.
Instead, why don't we use the built-in FromStr?

Proposed change

  • Implement FromStr for the lexer within the parser
  • Implement FromStr for the parser

Metadata

Metadata

Assignees

No one assigned

    Labels

    code quality: generalCode quality issue not relevant to a particular module

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions