codeplea / tinyexpr

tiny recursive descent expression parser, compiler, and evaluation engine for math expressions
https://codeplea.com/tinyexpr
zlib License
1.61k stars 245 forks source link

Feature request: add logical operators. #100

Closed PantalaLabs closed 1 year ago

PantalaLabs commented 1 year ago

Really useful library! Thank you!

Logic operators: and, mand, mor, nand, nor, not, or, shl, shr, xnor, xor, true, false.