| 105 | } |
| 106 | |
| 107 | std::pair<size_t, size_t> Tokenizer::location() const { |
| 108 | return {current_.line, current_.column}; |
| 109 | } |
| 110 | |
| 111 | // ── Internal scanning ───────────────────────────────────────────────────────── |
| 112 |
no outgoing calls
no test coverage detected