Util: Improve JSON parsing and add error messages
This commit is contained in:
@@ -31,6 +31,7 @@ public:
|
||||
|
||||
private:
|
||||
Token peek();
|
||||
bool seekForward(Token::Type type);
|
||||
|
||||
Token consume();
|
||||
bool consumeSpecific(Token::Type type);
|
||||
|
||||
Reference in New Issue
Block a user