DoubleDotStudios
Results
2
comments of
DoubleDotStudios
In the tokenizer just continue to increment the line_count every time there's a new line. ```cpp else if (peek().value() == '\\') { consume(); while (peek().has_value()) { if (peek().value() == '\\')...
I tried this for my own compiler and it worked. `141| gen.m_output