added string function to all nodes of ast
This commit is contained in:
@@ -11,6 +11,7 @@ namespace ast {
|
||||
ast::expression* expression;
|
||||
|
||||
std::string token_literal() const override;
|
||||
std::string str() const override;
|
||||
|
||||
~expression_stmt();
|
||||
};
|
||||
|
Reference in New Issue
Block a user