PaesslerAG/gval

Move `parseIf` operator in `base`

Dragomir-Ivanov opened this issue · 2 comments

Greetings,
Kudos for the awesome package!

I do think that parseIf operator should be in base, because it is useful in arithmetic, but is not arithmetic operator itself. Currently I am using .Full(), instead of just .Arithmetic() just because of it.

Best

Hi,

I've exposed TernaryOperator so you can mix it yourself with NewLanguage(Arithmetic(), TernaryOperator())

Best

Thanks a ton!