Util: Add string validation to Parser

This commit is contained in:
Riyyi
2022-07-01 11:14:15 +02:00
parent 0aef4ee2c0
commit 4501061060
2 changed files with 91 additions and 9 deletions
+1
View File
@@ -33,6 +33,7 @@ private:
Value getLiteral();
Value getNumber();
Value getString();
Value getArray();
Value getObject();