🎨 build_parse_table

This commit is contained in:
Max Brunsfeld 2016-11-09 20:47:47 -08:00
parent 7bcae8f6a8
commit 255bc2427c
2 changed files with 12 additions and 17 deletions

View file

@ -82,7 +82,6 @@ class ParseState {
struct ParseTableSymbolMetadata {
bool extra;
bool structural;
std::set<rules::Symbol> compatible_symbols;
};
class ParseTable {