Util: Move literal validation logic to Parser
This commit is contained in:
@@ -31,6 +31,7 @@ private:
|
||||
Token consume();
|
||||
bool consumeSpecific(Token::Type type);
|
||||
|
||||
Value getLiteral();
|
||||
Value getNumber();
|
||||
Value getArray();
|
||||
Value getObject();
|
||||
|
||||
Reference in New Issue
Block a user