fixed compiler warning
This commit is contained in:
@@ -7,8 +7,8 @@ namespace ast {
|
||||
struct infix_expr : expression {
|
||||
infix_expr(token::token, std::string, ast::expression*);
|
||||
token::token token;
|
||||
expression* left;
|
||||
std::string op;
|
||||
expression* left;
|
||||
expression* right;
|
||||
|
||||
std::string token_literal() const override;
|
||||
|
Reference in New Issue
Block a user