Exemplo n.º 1
0
 def parse_str(self, s):
     self.parse_results = grammar.parseFile(s)
     self.ingest_parse_results(self.parse_results)
Exemplo n.º 2
0
 def parse_str(self, s):
     self.parse_results = grammar.parseFile(s)
     self.ingest_parse_results(self.parse_results)
Exemplo n.º 3
0
 def parse_file(self, path):
     self.parse_results = grammar.parseFile(path)
     self.ingest_parse_results(self.parse_results)
Exemplo n.º 4
0
 def parse_file(self, path):
     self.parse_results = grammar.parseFile(path)
     self.ingest_parse_results(self.parse_results)