Skip to content

fix: clone operator precedence#1272

Open
jorgsowa wants to merge 1 commit into
mainfrom
fix/clone-operator-precedence
Open

fix: clone operator precedence#1272
jorgsowa wants to merge 1 commit into
mainfrom
fix/clone-operator-precedence

Conversation

@jorgsowa
Copy link
Copy Markdown
Collaborator

The clone operator was incorrectly consuming binary operators. For example:
clone $obj + 1 was parsed as clone ($obj + 1) instead of the correct: (clone $obj) + 1

The clone operator was incorrectly consuming binary operators. For example:
  clone $obj + 1  was parsed as  clone ($obj + 1)
instead of the correct:
  (clone $obj) + 1
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

Successfully merging this pull request may close these issues.

1 participant