s-ludwig / sdlite

Light and fast SDLang parser/generator
MIT License
15 stars 5 forks source link

Implement proper floating-point number formatting. #1

Closed s-ludwig closed 5 years ago

s-ludwig commented 5 years ago

Avoids base+exponent form (which is not specified by the SDLang spec) and retains all approximately significant decimal digits.