v0.4.0
What's Changed
&?
and|?
returnbool
if the second value's type is not convertible frombool
(#55)if/else
returnsnull
if the types are incompatible (#55)<<
,<=
,<<=
,>>
,>=
, and>>=
can all be used properly (#56)&?
and|?
don't break locations (#56)- Tuples have been added (#57)
- Casts have higher precedence than assignment (#58)
Full Changelog: 0.3.2...0.4.0