Neat 0.3.1: Small Fry Edition
FeepingCreature
released this
17 Sep 16:07
·
196 commits
to master
since this release
I haven't really done much of anything for the past two weeks. (I blame COVID.) Annoying, but here's some small stuff that's accumulated.
- Float literals are now polysemous (
0.3
implicitly converts to float). - Alias matches expressions without extra parentheses.
- Borrow array members for loop iteration iff array is immutable.