01alchemist / TurboScript

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

User wants exponented float literals #81

Closed MaxGraey closed 7 years ago

MaxGraey commented 7 years ago

What? User wants to have exponent declaration literal for float numbers.

How?

let a: float64 = -1.0e-01;
let t: float64 = .5e+8;
nidin commented 7 years ago

This enhancement added to support benchmarks :)

MaxGraey commented 7 years ago

This is not very huge problem, we can always bring it to non-exponent format manually.

nidin commented 7 years ago

No worries, It was an easy addition.