get next token from lexer
| 12557 | |
| 12558 | /// get next token from lexer |
| 12559 | token_type get_token() |
| 12560 | { |
| 12561 | return last_token = m_lexer.scan(); |
| 12562 | } |
| 12563 | |
| 12564 | std::string exception_message(const token_type expected, const std::string& context) |
| 12565 | { |
nothing calls this directly
no outgoing calls
no test coverage detected