Commits
Click on a commit to change the comparison rangeperf(parser): inline escaped keyword check in advance() (#14408)
## Summary
Manually inline the escaped keyword check directly into `advance()` instead of calling a separate `test_escaped_keyword()` function. This eliminates function call overhead on every token advance.