Christopher Haster
2a4e0496b6
scripts: csv.py: Fixed lexing of signed float exponents
...
So now these lex correctly:
- 1e9 => 1000000000
- 1e+9 => 1000000000
- 1e-9 => -1000000000
A bit tricky when you think about how these could be confused for binary
addition/subtraction. To fix we just eagerly grab any signs after the e.
These are particularly useful for manipulating simulated benchmarks,
where we need to convert things to/from nanoseconds.
2025-10-01 17:56:29 -05:00
..
2025-07-20 09:53:53 -05:00
2025-04-16 15:23:06 -05:00
2025-05-15 15:44:30 -05:00
2025-06-27 12:56:03 -05:00
2025-06-27 12:56:03 -05:00
2025-05-15 15:44:30 -05:00
2025-05-15 14:10:42 -05:00
2025-10-01 17:56:29 -05:00
2025-05-15 15:44:30 -05:00
2025-05-15 15:44:30 -05:00
2025-07-04 18:55:46 -05:00
2025-04-16 15:22:34 -05:00
2025-10-01 17:56:13 -05:00
2025-10-01 17:56:13 -05:00
2025-10-01 17:55:13 -05:00
2025-04-16 15:22:34 -05:00
2025-05-28 15:00:04 -05:00
2025-10-01 17:56:08 -05:00
2025-05-15 14:10:42 -05:00
2025-05-15 14:10:42 -05:00
2025-10-01 17:56:13 -05:00
2025-10-01 17:55:13 -05:00
2025-10-01 17:55:13 -05:00
2025-10-01 17:55:13 -05:00
2025-06-27 12:56:03 -05:00
2025-05-15 14:10:42 -05:00
2025-05-15 15:44:30 -05:00
2025-05-15 15:44:30 -05:00
2025-06-27 12:56:03 -05:00
2025-05-15 18:48:46 -05:00
2025-06-27 12:56:03 -05:00
2025-05-15 15:44:30 -05:00
2025-05-15 15:44:30 -05:00
2025-05-15 15:51:49 -05:00
2025-04-16 15:23:06 -05:00
2025-07-20 09:53:53 -05:00
2025-06-27 12:56:03 -05:00
2025-06-27 12:56:03 -05:00
2025-05-15 15:51:49 -05:00