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