Skip to content
New issue

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

Expression: properly parse PrefixOperator::Plus #425

Open
kalzoo opened this issue Dec 10, 2024 · 0 comments
Open

Expression: properly parse PrefixOperator::Plus #425

kalzoo opened this issue Dec 10, 2024 · 0 comments

Comments

@kalzoo
Copy link
Contributor

kalzoo commented Dec 10, 2024

This valid Quil expression fails to parse with Expression::from_str: +5

The error: ExpectedToken { actual: OPERATOR(+), expected: "expression" }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant