dlang-community / SDLang-D

An SDLang (Simple Declarative Language) library for D
http://sdlang.org
Other
121 stars 21 forks source link

Scientific notation for floating point #51

Open Abscissa opened 8 years ago

Abscissa commented 8 years ago

Related to #50: It would be nice for the spec to permit scientific notation for floating point numbers.

I'm going to double-check that the original Java SDL library actually does disallow scientific notation according to the documentation. If by chance it does accept it, that would give me sufficient justification to simply permit them in SDLang-D as well, without holding it back for a spec v2.