beltoforion / muparserx

A C++ Library for Parsing Expressions with Strings, Complex Numbers, Vectors, Matrices and more.
http://beltoforion.de/en/muparserx
BSD 2-Clause "Simplified" License
137 stars 60 forks source link

xor is listed in the documentation but not implemented #123

Open psynetic opened 1 year ago

psynetic commented 1 year ago

xor is listed in the documentation but not implemented:

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

beltoforion commented 1 year ago

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

Which document are you refering to?

psynetic commented 1 year ago

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 commented 1 year ago

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