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

[WIP] Added support syntax assign-bitwise operators #1103

Closed
wants to merge 3 commits into from

Conversation

KorsaR-ZN
Copy link
Contributor

New syntax, see #1056

let a &= b;
let a |= b;
let a ^= b;
let a <<= b;
let a >>= b;

Progress list

  • Add parsing new syntax
  • Add compiling new syntax only assign-type: variable
  • Add compiling new syntax other assign-type
  • Add tests only assign-type: variable
  • Add tests other assign-type

@fezfez
Copy link
Contributor

fezfez commented Sep 29, 2015

👍

@sergeyklay sergeyklay added the nfr New Feature Request label Nov 26, 2016
@sergeyklay
Copy link
Contributor

@KorsaR-ZN Could you please rebase

@sergeyklay sergeyklay force-pushed the master branch 2 times, most recently from 4591787 to 7561939 Compare April 7, 2017 22:23
Jeckerson added a commit that referenced this pull request Apr 21, 2021
#1103 - Added support syntax assign-bitwise operators
@Jeckerson Jeckerson mentioned this pull request Apr 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
nfr New Feature Request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants