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

Unsigned shift unsupported #133

Open
DirtyHairy opened this issue May 13, 2021 · 2 comments
Open

Unsigned shift unsupported #133

DirtyHairy opened this issue May 13, 2021 · 2 comments
Assignees

Comments

@DirtyHairy
Copy link

console.log(-1 >>> 1);

NodeJS:

$ node shift_unsigned.js
2147483647

Nectar:

$ nectar --run shift_unsigned.js
[*] Generating source file
[*] Compiling with preset: speed
/Users/pestix/dumpster/nectar/.nectar/my63o/shift_unsigned.cpp:321:21: error: expected expression
console["log"](-1 >>> 1);
                    ^
@DirtyHairy DirtyHairy changed the title Unsigned shift unsupporrted Unsigned shift unsupported May 13, 2021
@adrien-thierry
Copy link
Contributor

Thank you for the bug report !

@DirtyHairy
Copy link
Author

Don't mention it 😏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants