gopher-lua
gopher-lua copied to clipboard
Issue #472: tonumber does not handle E notation correctly
Fixes #472
Changes proposed in this pull request:
- Whenever the base == 10, parse the string as float when it contains
.,e, orE.