wip
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#include "Expression.h"
|
||||
|
||||
ExpressionInvalid Expression::Invalid = ExpressionInvalid();
|
||||
|
||||
std::string ExpressionInvalid::toString() {
|
||||
return "Invalid";
|
||||
}
|
||||
|
||||
/*ExpressionInteger::ExpressionInteger(Token token) {
|
||||
}
|
||||
|
||||
std::string ExpressionInteger::toString() {
|
||||
return "INTEGER";
|
||||
}*/
|
||||
Reference in New Issue
Block a user