diff -r 1e45d3c96ec5 -r b5316ef15274 compiler/PPCSpecializingVisitor.st --- a/compiler/PPCSpecializingVisitor.st Fri Jul 24 15:06:54 2015 +0100 +++ b/compiler/PPCSpecializingVisitor.st Mon Aug 17 12:13:16 2015 +0100 @@ -181,6 +181,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.