Cleaned up literal

This commit is contained in:
Rafał Grodziński
2025-07-08 22:41:27 +09:00
parent 22f71bdc33
commit 707a282704
3 changed files with 25 additions and 60 deletions

View File

@@ -12,7 +12,6 @@ private:
public:
static shared_ptr<ExpressionLiteral> expressionLiteralForToken(shared_ptr<Token> token);
ExpressionLiteral(shared_ptr<Token> token);
ExpressionLiteral();
bool getBoolValue();
int32_t getSint32Value();