Further simplification of parsing
This moves all error handling to a single call to `valid?`, eliminating the need to store the input string on the identifier, and allowing removal of several methods. In return, all other methods are made nil-safe.
Showing
Please register or sign in to comment