compiler/benchmarks/PPCSmalltalkNoopParser.st
changeset 538 16e8536f5cfb
parent 535 a8feb0f47574
equal deleted inserted replaced
537:fb212e14d1f4 538:16e8536f5cfb
     6 	instanceVariableNames:''
     6 	instanceVariableNames:''
     7 	classVariableNames:''
     7 	classVariableNames:''
     8 	poolDictionaries:''
     8 	poolDictionaries:''
     9 	category:'PetitCompiler-Benchmarks-Parsers'
     9 	category:'PetitCompiler-Benchmarks-Parsers'
    10 !
    10 !
       
    11 
    11 
    12 
    12 !PPCSmalltalkNoopParser methodsFor:'accessing'!
    13 !PPCSmalltalkNoopParser methodsFor:'accessing'!
    13 
    14 
    14 startExpression
    15 startExpression
    15 	"Make the sequence node has a method node as its parent and that the source is set."
    16 	"Make the sequence node has a method node as its parent and that the source is set."
   340         ^ super unaryToken ==> [ :token | token ]
   341         ^ super unaryToken ==> [ :token | token ]
   341 
   342 
   342     "Modified: / 15-05-2015 / 08:54:17 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   343     "Modified: / 15-05-2015 / 08:54:17 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   343 ! !
   344 ! !
   344 
   345 
       
   346 !PPCSmalltalkNoopParser class methodsFor:'documentation'!
       
   347 
       
   348 version_HG
       
   349 
       
   350     ^ '$Changeset: <not expanded> $'
       
   351 ! !
       
   352