Util: Add EOF detection in Parser getArray() getObject()
This commit is contained in:
@@ -25,6 +25,8 @@ public:
|
||||
Value parse();
|
||||
|
||||
private:
|
||||
bool reachedEnd();
|
||||
|
||||
Token peek();
|
||||
bool seekForward(Token::Type type);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user