Don’t pass rule names to code generator separately from parse tables

This commit is contained in:
Max Brunsfeld 2014-01-25 20:44:02 -08:00
parent b85b15db42
commit 5eb5b61c14
7 changed files with 41 additions and 44 deletions

View file

@ -64,6 +64,7 @@ namespace tree_sitter {
static const std::string START;
static const std::string END_OF_INPUT;
std::vector<ParseState> states;
std::unordered_set<std::string> symbol_names;
};
}