Util: Move literal validation logic to Parser

This commit is contained in:
Riyyi
2022-06-30 20:45:33 +02:00
parent 6161d577c6
commit 8800ff4f7a
4 changed files with 58 additions and 69 deletions
+1
View File
@@ -31,6 +31,7 @@ private:
Token consume();
bool consumeSpecific(Token::Type type);
Value getLiteral();
Value getNumber();
Value getArray();
Value getObject();