WIP: New check for mergable symbols in merge_state
This commit is contained in:
parent
82c9385518
commit
14bae584d4
3 changed files with 11 additions and 1 deletions
|
|
@ -97,6 +97,8 @@ class ParseTable {
|
|||
|
||||
std::vector<ParseState> states;
|
||||
std::map<rules::Symbol, ParseTableSymbolMetadata> symbols;
|
||||
|
||||
std::set<rules::Symbol> mergeable_symbols;
|
||||
};
|
||||
|
||||
} // namespace tree_sitter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue