Make more things immutable

This commit is contained in:
Max Brunsfeld 2013-11-13 20:22:06 -08:00
parent f7063ba1d8
commit 8a0a442a24
12 changed files with 40 additions and 60 deletions

View file

@ -57,6 +57,5 @@ namespace tree_sitter {
stream << string(")");
return stream;
}
}
}