[lexer] Floating point literals are not properly read in all cases #2

Closed
opened 2022-08-11 23:44:57 +00:00 by sashakoshka · 1 comment
Owner

TestTokenizeNumbers fails, reading -2.3120000000000003 instead of -2.312. This could possibly be fixed by using golang's built in number parsing functions.

TestTokenizeNumbers fails, reading -2.3120000000000003 instead of -2.312. This could possibly be fixed by using golang's built in number parsing functions.
sashakoshka self-assigned this 2022-08-12 05:13:57 +00:00
Author
Owner

I fixed this days ago IDK why I left it open still

I fixed this days ago IDK why I left it open still
This repo is archived. You cannot comment on issues.
No Label
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sashakoshka/arf#2
No description provided.