tj / luna

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

lexer: support exponential notation #56

Closed yorkie closed 10 years ago

yorkie commented 10 years ago

Still has a problem while 1.1e-9, REPL prints 0.00000, it should prints a string: 1.1e-9, but others work well.

tj commented 10 years ago

rad!