Update some stringification methods
This commit is contained in:
parent
c6699a4c30
commit
3116b457fe
14 changed files with 21 additions and 21 deletions
|
|
@ -13,7 +13,7 @@ namespace tree_sitter {
|
|||
}
|
||||
|
||||
string Seq::to_string() const {
|
||||
return string("(seq ") + left->to_string() + " " + right->to_string() + ")";
|
||||
return string("#<seq ") + left->to_string() + " " + right->to_string() + ">";
|
||||
}
|
||||
|
||||
void Seq::accept(Visitor &visitor) const {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue