compiler/PPCSpecializingVisitor.st
changeset 516 3b81c9e53352
parent 503 ff58cd9f1f3c
parent 515 b5316ef15274
child 525 751532c8f3db
--- a/compiler/PPCSpecializingVisitor.st	Fri Jul 31 14:07:31 2015 +0100
+++ b/compiler/PPCSpecializingVisitor.st	Mon Aug 17 12:56:02 2015 +0100
@@ -182,6 +182,17 @@
     ^ node
 !
 
+visitTokenConsumeNode: node
+    "Let the Scanner to handle this stuff"
+    ^ node
+!
+
+visitTokenizingParserNode: node
+    self visitChild: node whitespace of: node.
+    self visitChild: node parser of: node.
+    ^ node
+!
+
 visitTrimmingTokenNode: node
 
     self visitChildren: node.