diff options
Diffstat (limited to 'src/tokenizer.c')
-rw-r--r-- | src/tokenizer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tokenizer.c b/src/tokenizer.c index 1586691..556a20b 100644 --- a/src/tokenizer.c +++ b/src/tokenizer.c @@ -91,6 +91,7 @@ static CHECK_RESULT int find_end_of_string(BufferView buf, int index) { } /* TODO: Optimize string to integer and string to float */ +/* TODO: Correctly check multiplication overflow */ #define I64_OVERFLOW_ERROR -1 static CHECK_RESULT int string_to_integer_unchecked(BufferView str, i64 *result) { |