Util: Rearrange Parser functions

This commit is contained in:
Riyyi
2022-07-12 01:54:15 +02:00
parent aa5b5117ad
commit a33f35faab
2 changed files with 6 additions and 7 deletions
+1 -2
View File
@@ -26,10 +26,9 @@ public:
private:
bool reachedEnd();
Token peek();
bool seekForward(Token::Type type);
Token peek();
Token consume();
Value getLiteral();