fixed the to string function of some nodes
This commit is contained in:
@@ -22,8 +22,6 @@ namespace ast {
|
||||
if (expression != nullptr)
|
||||
ss << expression->str();
|
||||
|
||||
ss << ';';
|
||||
|
||||
return ss.str();
|
||||
};
|
||||
} // namespace ast
|
||||
|
Reference in New Issue
Block a user