Open JSAbrahams opened 1 year ago
The parse method is not very idiomatic. Instead, why don't we use the built-in FromStr?
parse
FromStr
Summary of current issue
The
parse
method is not very idiomatic. Instead, why don't we use the built-inFromStr
?Proposed change
FromStr
for the lexer within the parserFromStr
for the parser