Commit 5c254c7b authored by Vitja Makarov's avatar Vitja Makarov

Add cf_state member, probably not the best place for it

parent e6703967
...@@ -136,6 +136,9 @@ class Node(object): ...@@ -136,6 +136,9 @@ class Node(object):
# can either contain a single node or a list of nodes. See Visitor.py. # can either contain a single node or a list of nodes. See Visitor.py.
child_attrs = None child_attrs = None
cf_state = None
def __init__(self, pos, **kw): def __init__(self, pos, **kw):
self.pos = pos self.pos = pos
self.__dict__.update(kw) self.__dict__.update(kw)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment