diff python/c3/visitor.py @ 169:ee0d30533dae

Added more tests and improved the diagnostic update
author Windel Bouwman
date Sat, 23 Mar 2013 18:34:41 +0100
parents 0b5b2ee6b435
children 5fd02aa38b42
line wrap: on
line diff
--- a/python/c3/visitor.py	Fri Mar 22 19:09:38 2013 +0100
+++ b/python/c3/visitor.py	Sat Mar 23 18:34:41 2013 +0100
@@ -41,7 +41,7 @@
          # Those nodes do not have child nodes.
          pass
       else:
-         print('UNK visit', node)
+         print('UNK visit "{0}"'.format(node))
       self.f2(node)