Skip to content
This repository has been archived by the owner on Jan 15, 2023. It is now read-only.

interpreter: add prefix/unary "^" (bitwise complement) operator #27

Open
quasilyte opened this issue Oct 2, 2018 · 2 comments
Open
Labels
feature New feature or improvement help wanted Small and self-contained issues for new contributors

Comments

@quasilyte
Copy link
Collaborator

Suggested label: hacktoberfest.

Function to extend: evalPrefixExpression (located in interpreter/interpreter.go).
Test should be added in TestPrefixExpression (added in #25).

@AlekSi AlekSi added help wanted Small and self-contained issues for new contributors hacktoberfest labels Oct 3, 2018
@AlekSi
Copy link
Member

AlekSi commented Oct 3, 2018

Will it require changes in the scanner and parser?

@quasilyte
Copy link
Collaborator Author

Hmm. Maybe, I haven't looked into it too carefully.

@AlekSi AlekSi added the feature New feature or improvement label Oct 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature New feature or improvement help wanted Small and self-contained issues for new contributors
Projects
None yet
Development

No branches or pull requests

2 participants