lua.js
lua.js copied to clipboard
Update tonumber() to properly behave as in Lua :
- Return null instead of NaN whenever the 'e' argument is not a number or a string.
- Properly convert hex strings.
- Return null when a string (other than a hex number) contains any characters other than those found in digits + space.
Tests are included.