compiler/PPCTokenizingVisitor.st
changeset 524 f6f68d32de73
parent 515 b5316ef15274
child 525 751532c8f3db
--- a/compiler/PPCTokenizingVisitor.st	Mon Aug 17 12:13:16 2015 +0100
+++ b/compiler/PPCTokenizingVisitor.st	Mon Aug 24 15:34:14 2015 +0100
@@ -119,6 +119,7 @@
     
     ^ PPCTokenConsumeNode new
         child: node;
+        name: node name;
         yourself.
 !