Next release of the PeachPie platform for .NET. New features, maintenance, mostly fixes.
See the full list of changes at v1.0.0...v1.0.5
Features
- number conversions are culture invariant
- avoids some allocations
- compatible DateTime representation
&new
operation won't create a referenced value anymore, just a warning diagnostic- better debug sequence points
- parser respects
8bit
string literals - improved support for
System.Nullable{T}
CLR type - support for
System.Decimal
CLR type - support for value types (structs passed from outside)
"date.timezone"
option- emits smaller IL in general
Fixes
- nullref issues with
printf
,spritnf
,vsprintf
- comparison of 8bit string values
- compilation of ambiguous classes containing trait uses
- and more!