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