tokiwa-software / fuzion

The Fuzion Language Implementation
https://fuzion-lang.dev
GNU General Public License v3.0
45 stars 9 forks source link

`float.type.ten F => 10` #3251

Open michaellilltokiwa opened 5 days ago

michaellilltokiwa commented 5 days ago

This could work if we also allowed a NumLiteral to be inferred to float, or integer. The range check would then also need to be done in middleend.

Not sure if worth it though...