compiler/PPCTokenizingVisitor.st
changeset 454 a9cd5ea7cc36
parent 452 9f4558b3be66
child 460 87a3d30ab570
--- a/compiler/PPCTokenizingVisitor.st	Sun May 10 06:46:56 2015 +0100
+++ b/compiler/PPCTokenizingVisitor.st	Sun May 10 14:20:24 2015 +0100
@@ -12,7 +12,6 @@
 !PPCTokenizingVisitor methodsFor:'hooks'!
 
 afterAccept: node retval: retval
-    Halt if: [ node name = 'start' ].
     self isRoot ifTrue: [ 
         | tokenizerNode |
         self change.
@@ -31,7 +30,8 @@
             yourself
     ].
     ^ retval
-    
+
+    "Modified: / 10-05-2015 / 07:27:22 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 eofToken