Implement the IfExp python node
gordonwatts opened this issue · 1 comments
gordonwatts commented
The if expression node:
0 if a == 0 else 1
expr1 if expr2 else expr3
Appears in a number of queries. However, qastle doesn't yet translate it.
masonproffitt commented
This feature is now in version 0.6.