Files
Odin/core/runtime
gingerBill 278de3a92f Unify AstTernaryExpr with AstTernaryIfExpr
Allow for both syntaxes `x if cond else y` and `cond ? x : y`
Removes the confusing semantics behind `?:` which could be `if` or `when` depending on the context.
2021-05-05 15:22:54 +01:00
..
2021-04-20 10:34:41 +01:00
2021-04-22 10:39:20 +01:00
2020-09-15 23:22:19 +01:00