Added ValueType class
This commit is contained in:
@@ -5,8 +5,7 @@ private:
|
||||
bool boolValue;
|
||||
int32_t sint32Value;
|
||||
float real32Value;
|
||||
|
||||
|
||||
|
||||
public:
|
||||
ExpressionLiteral(shared_ptr<Token> token);
|
||||
ExpressionLiteral();
|
||||
|
||||
Reference in New Issue
Block a user