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
n-1 => (expr (msg ("n" value (-1) nil)) n -1 => (expr (msg ("n" value (-1) nil)) n - 1 => (minus (expr (msg ("n")) expr (value (1)))
but the arithmetic minus should be preferred over the generic call with the given value.
The text was updated successfully, but these errors were encountered:
fix example/fannkuch.pn for #75 -1
cbb67a8
Fix parsing precedence for negative numbers
e68db72
# wrong x-1 parsing precedence, whitespace perl11#75
rurban
No branches or pull requests
but the arithmetic minus should be preferred over the generic call with the given value.
The text was updated successfully, but these errors were encountered: