================ @@ -144,6 +156,30 @@ class Parser::CodeTokenizer { return result; } + void consumeNumberLiteral(TokenInfo *result) { + unsigned length = 1; ---------------- chios202 wrote: It does. Thank you for the suggestion https://github.com/llvm/llvm-project/pull/115670