Util: Change seekForward() to go 1 step after the match

This commit is contained in:
Riyyi
2022-07-12 01:54:15 +02:00
parent 51e788a5ad
commit aa5b5117ad
2 changed files with 4 additions and 22 deletions
-1
View File
@@ -31,7 +31,6 @@ private:
bool seekForward(Token::Type type);
Token consume();
bool consumeSpecific(Token::Type type);
Value getLiteral();
Value getNumber();