WIP: New check for mergable symbols in merge_state

This commit is contained in:
Timothy Clem 2016-10-18 13:03:41 -07:00
parent 82c9385518
commit 14bae584d4
3 changed files with 11 additions and 1 deletions

View file

@ -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