Util: Add EOF detection in Parser getArray() getObject()

This commit is contained in:
Riyyi
2022-07-12 01:54:15 +02:00
parent 55ed70353a
commit c7e4eb2575
2 changed files with 50 additions and 2 deletions
+2
View File
@@ -25,6 +25,8 @@ public:
Value parse();
private:
bool reachedEnd();
Token peek();
bool seekForward(Token::Type type);