Remove subclasses of Symbol for terminals and non-terminals
This commit is contained in:
parent
ed80d9cf52
commit
29c81167c0
23 changed files with 88 additions and 191 deletions
|
|
@ -11,6 +11,5 @@ namespace tree_sitter {
|
|||
void Visitor::visit(const Seq *rule) { default_visit(rule); }
|
||||
void Visitor::visit(const String *rule) { default_visit(rule); }
|
||||
void Visitor::visit(const Pattern *rule) { default_visit(rule); }
|
||||
void Visitor::visit(const Token *rule) { default_visit(rule); }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue