Fix parse tree for !! #296
Closed
Labels
Comments
lionel-
added a commit
to lionel-/rlang
that referenced
this issue
Nov 27, 2017
lionel-
added a commit
to lionel-/rlang
that referenced
this issue
Nov 28, 2017
I think it's most consistent to match the existing infix operators |
lionel-
added a commit
to lionel-/rlang
that referenced
this issue
Nov 28, 2017
lionel-
added a commit
to lionel-/rlang
that referenced
this issue
Nov 28, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(!! x)
. This way:!!
? On master it's now binding very tightly, but maybe we should make some exceptions. Maybe operators that are written without space should bing tightlier than!!
:Currently on master this is equivalent to:
But maybe this should be:
There is a similar issue for
^
:The text was updated successfully, but these errors were encountered: