Util: Rearrange Parser functions
This commit is contained in:
@@ -26,10 +26,9 @@ public:
|
||||
|
||||
private:
|
||||
bool reachedEnd();
|
||||
|
||||
Token peek();
|
||||
bool seekForward(Token::Type type);
|
||||
|
||||
Token peek();
|
||||
Token consume();
|
||||
|
||||
Value getLiteral();
|
||||
|
||||
Reference in New Issue
Block a user