Fixed return value

This commit is contained in:
Rafał Grodziński
2025-06-23 19:37:19 +09:00
parent 2847a5ea5b
commit 981854835e
6 changed files with 32 additions and 16 deletions

View File

@@ -9,7 +9,7 @@ private:
ExpressionLiteral();
public:
static shared_ptr<ExpressionLiteral> none;
static shared_ptr<ExpressionLiteral> NONE;
ExpressionLiteral(shared_ptr<Token> token);
bool getBoolValue();