Util: Move number validation logic to Parser

This commit is contained in:
Riyyi
2022-06-30 20:45:26 +02:00
parent 8c08b8a594
commit ddf0a2858b
3 changed files with 114 additions and 33 deletions
+1
View File
@@ -36,6 +36,7 @@ private:
Token consume();
bool consumeSpecific(Token::Type type);
Value getNumber();
Value getArray();
Value getObject();