Util: Move literal validation logic to Parser
This commit is contained in:
@@ -55,6 +55,7 @@ private:
|
||||
bool consumeSpecific(char character);
|
||||
|
||||
bool getString();
|
||||
bool getNumberOrLiteral(Token::Type type);
|
||||
bool getNumber();
|
||||
bool getLiteral();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user