kobalicek / mathpresso

Mathematical Expression Parser and JIT Compiler
Other
141 stars 16 forks source link

enhancement? "&&" and "||" operator ? #16

Open Kranf99 opened 5 years ago

Kranf99 commented 5 years ago

would it be possible to add support for the "&&" and the "||" operator inside the library?

kobalicek commented 5 years ago

I think it would be tricky as I didn't design mathpresso to have control flow (which && and || requires). I think that it would be better to add the support to MPSL instead, but that would take some time as well.

I will think of it, but I would prob rather focus on MPSL anyway.