diff python/c3/astnodes.py @ 221:848c4b15fd0b

pointers
author Windel Bouwman
date Mon, 08 Jul 2013 22:21:44 +0200
parents 3f6c30a5d234
children c3f1ce8b638f
line wrap: on
line diff
--- a/python/c3/astnodes.py	Sat Jul 06 21:32:20 2013 +0200
+++ b/python/c3/astnodes.py	Mon Jul 08 22:21:44 2013 +0200
@@ -74,6 +74,9 @@
    def __repr__(self):
       return 'Named type {0} of type {1}'.format(self.name, self.typ)
 
+#class TypeCast(Node):
+#    def __init__(self, 
+
 # Variables, parameters, local variables, constants:
 class Symbol(Node):
     def __init__(self, name):