get next token from lexer
| 10565 | |
| 10566 | /// get next token from lexer |
| 10567 | token_type get_token() |
| 10568 | { |
| 10569 | return last_token = m_lexer.scan(); |
| 10570 | } |
| 10571 | |
| 10572 | std::string exception_message(const token_type expected, const std::string& context) |
| 10573 | { |
nothing calls this directly
no outgoing calls
no test coverage detected