Don’t pass rule names to code generator separately from parse tables
This commit is contained in:
parent
b85b15db42
commit
5eb5b61c14
7 changed files with 41 additions and 44 deletions
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue