tj / luna

luna programming language - a small, elegant VM implemented in C
2.45k stars 147 forks source link

lexer: fix 1e-1 in expoential notation #58

Closed yorkie closed 9 years ago

yorkie commented 10 years ago

I fixed the prettyprint problem in exponential notation's display as i said in https://github.com/luna/luna/pull/56.

$ ./luna
luna> 1.1e-9
(float 1.100000e-09)

cheers :p

yorkie commented 10 years ago

hi, @visionmedia, do you have any suggestion about this? :(