v0.2.0
- Added a type mismatch when converting from a
float->intif thefloatis not a whole number. - Added a
CompareOptstype. This can be used to control how type names are reported for mismatches, as well as determining if two types are convertible. - Added a
TypeNameSimplefunc, which returns type names without the bit size (forint,uint, andfloattypes). This is used withCompareOpts.