Implement a ternary operator.
This basically introduces support for pymbolic's If node, but renames it to IfThenElse (to avoid ambiguity with the If instruction). To handle Fortran, introduce a pass to expand IfThenElse operations into their equivalents that are based on control flow instructions. Bug: #69
Loading
Please register or sign in to comment