------------------------------------------------------------------------------------------------
| 88 | |
| 89 | // ------------------------------------------------------------------------------------------------ |
| 90 | std::string GetLineAndColumnText(unsigned int line, unsigned int column) |
| 91 | { |
| 92 | return static_cast<std::string>( Formatter::format() << " (line " << line << " << col " << column << ") " ); |
| 93 | } |
| 94 | |
| 95 | // ------------------------------------------------------------------------------------------------ |
| 96 | std::string GetTokenText(const Token* tok) |