Util: Rename two functions to be more in line with GenericLexer
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user