-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[parser] a => counter+=1
parsed as (a => counter) += 1
, violating the spec, and causing issues with =>
#8759
Labels
Comments
7 tasks
This was referenced Aug 17, 2019
1 here has to be 0. I would almost hope it's not a typo because it's been there since the initial implementation of arrow operators (2014). Line 976 in af14096
|
metagn
added a commit
to metagn/Nim
that referenced
this issue
Aug 5, 2022
metagn
added a commit
to metagn/Nim
that referenced
this issue
Aug 12, 2022
metagn
added a commit
to metagn/Nim
that referenced
this issue
Aug 12, 2022
metagn
added a commit
to metagn/Nim
that referenced
this issue
Aug 12, 2022
Araq
pushed a commit
that referenced
this issue
Sep 6, 2022
capocasa
pushed a commit
to capocasa/Nim
that referenced
this issue
Mar 31, 2023
* test using arrow precedence in spec refs nim-lang#8759 * add test for nim-lang#8759
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
/cc @Araq
NOTE
this affects sugar.nim =>, zero-functional, and lambda PR #8679
spec:
https://github.com/nim-lang/Nim/blob/devel/doc/manual.rst#L573
/Users/timothee/git_clone/nim/Nim/doc/manual.rst
The text was updated successfully, but these errors were encountered: