Commits
Click on a commit to change the comparison rangeperf(parser): add separate token kinds for BigInt literals (#14405)
## Summary
Add separate token kinds (`DecimalBigInt`, `BinaryBigInt`, `OctalBigInt`, `HexBigInt`) to eliminate the `ends_with('n')` string check when parsing BigInt literals.