Lex and parse array expression
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
#include "Parser/Expression/Expression.h"
|
||||
#ifndef EXPRESSION_LITERAL_H
|
||||
#define EXPRESSION_LITERAL_H
|
||||
|
||||
#include "Expression.h"
|
||||
|
||||
class ExpressionLiteral: public Expression {
|
||||
private:
|
||||
@@ -12,4 +15,6 @@ public:
|
||||
bool getBoolValue();
|
||||
int32_t getSint32Value();
|
||||
float getReal32Value();
|
||||
};
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user