- Update column position
This commit is contained in:
Tristan B. Velloza Kildaire 2022-12-17 20:44:14 +02:00
parent dc607cdcd0
commit ed9aa3637c
1 changed files with 2 additions and 0 deletions

View File

@ -169,6 +169,8 @@ public final class Lexer
// Skip over the current `=` and the next `=`
position+=2;
column+=2;
continue;
}