We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is great, thanks for putting this together :)
It seems the demo fails with pretty inelegantly right now on inputs that it can't parse (eg 5 == invalidToken)
5 == invalidToken
Any thoughts on how to improve the error handling?
The text was updated successfully, but these errors were encountered:
Currently this repo is incomplete, parse errors are not handled at all, they are simply panic!. It would probably return Result for unknown tokens.
Sorry, something went wrong.
No branches or pull requests
This is great, thanks for putting this together :)
It seems the demo fails with pretty inelegantly right now on inputs that it can't parse (eg
5 == invalidToken
)Any thoughts on how to improve the error handling?
The text was updated successfully, but these errors were encountered: