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