## 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
Summary of current issue
The
parsemethod is not very idiomatic.Instead, why don't we use the built-in
FromStr?Proposed change
FromStrfor the lexer within the parserFromStrfor the parser