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
@@ -55,6 +55,7 @@ private:
bool consumeSpecific(char character);
bool getString();
bool getNumberOrLiteral(Token::Type type);
bool getNumber();
bool getLiteral();