Compute closure of item sets under symbol expansion

This commit is contained in:
Max Brunsfeld 2013-11-12 18:37:02 -08:00
parent 6bbaba3ef8
commit f7063ba1d8
23 changed files with 251 additions and 91 deletions

View file

@ -24,7 +24,7 @@ namespace tree_sitter {
}
std::string String::to_string() const {
return value;
return std::string("(string '") + value + "')";
}
}
}