BBx-Kitchen / bbj-language-server

BBj Language Server
MIT License
6 stars 6 forks source link

Support scientific number notation #2

Closed dhuebner closed 4 weeks ago

dhuebner commented 1 year ago

We need a support for scientific notation:

1e23
-4.02E-3

See documentation

StephanWald commented 1 year ago

I've never seen a program that uses scientific notation in code in >30 years that I'm working with this language. (Output is a different story.) I suggest postponing this until somebody complains (=never).

dhuebner commented 4 weeks ago

Wait until the issue is reported