Util: Rename two functions to be more in line with GenericLexer

This commit is contained in:
Riyyi
2022-07-20 23:34:31 +02:00
parent 42143fed71
commit 2408be335d
2 changed files with 27 additions and 30 deletions
+2 -3
View File
@@ -25,11 +25,10 @@ public:
Value parse();
private:
bool reachedEnd();
bool seekForward(Token::Type type);
bool isEOF();
Token peek();
Token consume();
void ignoreUntil(Token::Type type);
Value consumeLiteral();
Value consumeNumber();