Util: Calculate JSON line number before lexing

This commit is contained in:
Riyyi
2022-06-25 14:05:45 +02:00
parent 68bc95fdf1
commit bc01b34e58
3 changed files with 12 additions and 7 deletions
-2
View File
@@ -30,8 +30,6 @@ public:
void printErrorLine(Token token, const char* message);
void setLineNumbersWidth(size_t width) { m_lineNumbersWidth = width; }
const std::string& input() { return m_input; }
private: