diff options
Diffstat (limited to 'boil/library/BoilVisitor.java')
| -rw-r--r-- | boil/library/BoilVisitor.java | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/boil/library/BoilVisitor.java b/boil/library/BoilVisitor.java index f977491..0c0f76a 100644 --- a/boil/library/BoilVisitor.java +++ b/boil/library/BoilVisitor.java @@ -938,6 +938,10 @@ public class BoilVisitor extends GJDepthFirst<String,String> {              t = this.symt.getType(rhs);              if (t == null)                  t = this.symt.getTypeAttr(rhs); +            rhs = n.f0.accept(this, argu); +            this.addVapor(String.format("  %s = %s\n", +                                        this.tf.alias(t.getName()), +                                        rhs));              break;          case 4:              // we'll do everything here and exit the function  | 
