Consolidate logic for making shared pointers to rules

This commit is contained in:
Max Brunsfeld 2013-12-19 23:05:54 -08:00
parent 9f78d72a7c
commit 6f444fcc79
22 changed files with 113 additions and 94 deletions

View file

@ -14,8 +14,6 @@ namespace tree_sitter {
const std::string value;
};
rule_ptr str(const std::string &value);
}
}