01alchemist / TurboScript

Super charged typed JavaScript dialect for parallel programming which compiles to WebAssembly
Apache License 2.0
494 stars 35 forks source link

Infer default floating point literal to float64 #89

Closed nidin closed 7 years ago

nidin commented 7 years ago

What? Infer default floating point literal to float64 type instead of float32

let num = 1.2; // type infer to let num:float64

:warning: This is a breaking change.