|
@@ -378,6 +378,8 @@ class PrimitivesVisitor(Visitor):
|
|
# Add the name in case we want to pre-compile in the MvK
|
|
# Add the name in case we want to pre-compile in the MvK
|
|
self.dict(n, "name", self.value(string.ascii_lowercase[i]))
|
|
self.dict(n, "name", self.value(string.ascii_lowercase[i]))
|
|
b = self.get_primitive(func_body)
|
|
b = self.get_primitive(func_body)
|
|
|
|
+ if tree.get_children("MUTABLE"):
|
|
|
|
+ self.dict(vf, "mutable", self.node())
|
|
self.dict(vf, "body", b)
|
|
self.dict(vf, "body", b)
|
|
else:
|
|
else:
|
|
# TODO: fix funcdecl special case: "X function f(...) = ..."
|
|
# TODO: fix funcdecl special case: "X function f(...) = ..."
|