JSAbrahams / mamba

🐍 The Mamba programming language, because we care about safety
MIT License
88 stars 4 forks source link

Parse should implement `FromStr` #455

Open JSAbrahams opened 1 year ago

JSAbrahams commented 1 year ago

Summary of current issue

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

Proposed change