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

xor is listed in the documentation but not implemented #123

Open
psynetic opened this issue Oct 3, 2023 · 3 comments
Open

xor is listed in the documentation but not implemented #123

psynetic opened this issue Oct 3, 2023 · 3 comments
Labels

Comments

@psynetic
Copy link

psynetic commented Oct 3, 2023

xor is listed in the documentation but not implemented:

error: Undefined token "xor" found at position...

@beltoforion
Copy link
Owner

I cannot find it in the documentation:
https://beltoforion.de/en/muparser/features.php#idDef2

Which document are you refering to?

@psynetic
Copy link
Author

psynetic commented Oct 5, 2023

https://beltoforion.de/en/muparserx/index.php#idBinOp

Binary and ternary operators
Standard operators: +, -, *, /, ^
Assignment operators: =, +=, -=, *=, /=
Logical operators: and, or, xor, ==, !=, >, <, <=, >=
Bit manipulation: &, |, <<, >>
String concatenation: //
if then else conditionals with lazy evaluation: ?:

@beltoforion
Copy link
Owner

Seems like an oversight I will remove it from the documentation.

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

No branches or pull requests

2 participants