compiler/PPCTokenizingVisitor.st
changeset 525 751532c8f3db
parent 516 3b81c9e53352
parent 524 f6f68d32de73
--- 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.
 !