gh-105191: Cleanup peg generator; keep only necessary files (#105197)

This commit is contained in:
Lysandros Nikolaou 2023-06-01 17:24:15 +02:00 committed by GitHub
parent c67121ac6b
commit a241003d04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 60 additions and 16832 deletions

View file

@ -29,7 +29,6 @@ class ASTGrammarPrinter:
printer(self.print_nodes_recursively(rule))
def print_nodes_recursively(self, node: Rule, prefix: str = "", istail: bool = True) -> str:
children = list(self.children(node))
value = self.name(node)