[lexer] Floating point literals are not properly read in all cases #2
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
TestTokenizeNumbers fails, reading -2.3120000000000003 instead of -2.312. This could possibly be fixed by using golang's built in number parsing functions.
I fixed this days ago IDK why I left it open still