Open dogamak opened 4 years ago
Provide an API for parsing instructions and possibly other components. For simpler types like Register a simple string match might be sufficient. The parsing functionality could be exposed via the standard FromStr trait.
Register
FromStr
More ergonomic and informative parsing error types are being implemented in #7.
Provide an API for parsing instructions and possibly other components. For simpler types like
Register
a simple string match might be sufficient. The parsing functionality could be exposed via the standardFromStr
trait.