Skip to content

Commit c4be218

Browse files
committed
Allow quad literal exponent
1 parent 8981e63 commit c4be218

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/scanner.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ static bool is_exp_sentinel(char chr) {
4848
case 'd':
4949
case 'E':
5050
case 'e':
51+
case 'Q':
52+
case 'q':
5153
return true;
5254
default:
5355
return false;

0 commit comments

Comments
 (0)