diff -r 09afcf28ed60 -r 751532c8f3db compiler/PPCTokenizingVisitor.st --- a/compiler/PPCTokenizingVisitor.st Tue Aug 18 22:46:10 2015 +0100 +++ b/compiler/PPCTokenizingVisitor.st Mon Aug 24 15:56:20 2015 +0100 @@ -120,6 +120,7 @@ ^ PPCTokenConsumeNode new child: node; + name: node name; yourself. !