Ejemplo n.º 1
0
 def __ambiguity(self, children):
     # only for debugging! to be removed hG/2000-10-15
     print children
     return GenericASTBuilder.ambiguity(self, children)
Ejemplo n.º 2
0
 def __ambiguity(self, children):
     # only for debugging! to be removed hG/2000-10-15
     print children
     return GenericASTBuilder.ambiguity(self, children)
Ejemplo n.º 3
0
	def __ambiguity(self, children):
		print children
		return GenericASTBuilder.ambiguity(self, children)