Remove unnecessary public START and END constants
This commit is contained in:
parent
5eb5b61c14
commit
3ca2e126be
7 changed files with 8 additions and 13 deletions
|
|
@ -72,7 +72,6 @@ namespace tree_sitter {
|
|||
|
||||
for (auto pair : extractor.tokens)
|
||||
tokens.insert(pair);
|
||||
tokens.insert({ "__END__", character('\0') });
|
||||
|
||||
return {
|
||||
Grammar(input_grammar.start_rule_name, rules),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue