Example #1
0
 def __init__(self, grammarFile):
     self.tree = []
     cfg = CFG(grammarFile)
     self.cfg = cfg.get_grammar()